How to go back to last position after move mouse by mouse_event Lib "user32"
HI every One !
How can I get current position of mouse.
I want to move mouse back to the position before I use this function:
Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, _
ByVal dx As Long, ByVal dy As Long, ByVal cbuttons As Long, _
ByVal dwExtraInfo As Long)
Cheers !
Hoang.
|