O.P. RE: How to "OnWindowsFocus" Event
Hello again!
Thx 4 this tutorial. It gave me more of an insight view.
I solved my problem in a bit different way: by hooking all EVENT_SYSTEM_FOREGROUND events of the MSN process. My callback function sends some notification to a MsgPlus window, which I created in my script. With some function to get the handle of the window which created the event I can just iterate over all existing chatwindows and compare the handles and boom, that solves it.
If someone is interested in my solution, I can post the source of the DLL and my script.
Thanks for your help matty.
This post was edited on 05-24-2010 at 11:52 PM by jackdamuck.
|