--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
>
> .htm
> >
> > Interesting: the autohotkey figured out how to register a callback
> > routine to fire when a message comes in.
> Do you think it is monitoring all windows on the system or just
> windows created by the script... (ie autohotkey's process).
It's monitoring for a message sent back to the autohotkey main window.
The callback was set up with
DllCall("Ws2_32\WSAAsyncSelect", UInt, socket, UInt,
WindowId, UInt, NotificationMsg, Int, FD_READ|FD_CLOSE)
I can think of two ways to implement:
I (a plugin) pass in main pp window id, and register an interest in
that message with you (powerpro.exe).
or
I create a thread, create an invisible window, and sit in thread
waiting for messages to that window.
The latter is obviously more work and complexity in plugin, so
naturally I prefer the former.
Yet another registration call?
Attention: PowerPro's Web site has moved: http://www.ppro.org
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/power-pro/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/