|
-
May 1st, 2000, 06:06 PM
#1
Thread Starter
Member
Hi there...
Looking for a way to detect the MouseMove event everywhere on the screen, I mean nothing that might need a form to detect it.
Could anyone help??
See you,
keetsh
-
May 1st, 2000, 06:16 PM
#2
Conquistador
use a timer, set on an interval of about 100,
then u need to get the co-ordinates of the mouse,
then when the timer function runs, you can check the new value against the old, if it has moved, it will trigger your (mosuemove) code, to make it less sensitive don't execute the code until the mouse has moved 10 times??
if you still need help with this, email me
-
May 1st, 2000, 10:48 PM
#3
Thread Starter
Member
Tnx that is what I had first done but I found using a timer too unpleasant. Anyway it works also fine but you better set the timer interval to 10 otherwise you'll loose some moves.
See you,
keetsh
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
|