How do I emulate the mouse in VB? Namely clicking, double clicking, moving the cursor, and getting the current cursor position?
thanks in advance...
Printable View
How do I emulate the mouse in VB? Namely clicking, double clicking, moving the cursor, and getting the current cursor position?
thanks in advance...
use the mouse_event API
thanks.. the win32 mouse_event api call worked from vb. i guess there is no vb function for this...?