this has prolly been asked a bazillion times, but what is the simplest what to move the mouse cursor (dont be a smarta$$ and say use the mouse) :P
Printable View
this has prolly been asked a bazillion times, but what is the simplest what to move the mouse cursor (dont be a smarta$$ and say use the mouse) :P
You can use SetCursorPos API.
Code:Private Declare Function SetCursorPos Lib "user32" (ByVal X As Long, ByVal Y As Long) As Long
Then using this API you would have pass 2 parameters X and Y.
SetCursorPos 500, 500
------------------
Serge
Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819