|
-
Apr 13th, 2001, 01:43 PM
#1
How i can capture the "Click" Events in another applications?
P.S.
i'm sorry about my bad english
-
Apr 13th, 2001, 02:18 PM
#2
Frenzied Member
In order to handle other apps events you need a standard DLL where the WindowProc will be put so the other process can acces it.
-
Apr 17th, 2001, 02:52 AM
#3
Frenzied Member
In Windows NT you can install a low level mouse hook proc (WH_MOUSE_LL) which will get fired whenever the mouse click event occurs for all applications.
There is a DLL wrapper for this (and the source code) on my site - see Merrion Computing - Downloads
HTH,
D.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|