|
-
November 29th, 1999, 06:23 PM
#1
How do you make the mouse pointer move every minute?
i have alladvantage on my computer and the thing becomes inactive if the mouse hasn't moved in like 2 minutes so i want to make a program that moves the mouse for you. how do i do that?
PanasonicSubz
-
November 30th, 1999, 01:26 AM
#2
Re: How do you make the mouse pointer move every minute?
There is an API SetCursorPos. You can try it.
From Api viewer:
Declare Function SetCursorPos Lib "user32" Alias "SetCursorPos" (byval x as Long, byval y as Long) as Long
Call this in a loop of every 1min say.
RK
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
|