Click to See Complete Forum and Search --> : emulating mouse in vb?


Fred Taylor
November 25th, 1999, 02:02 AM
How do I emulate the mouse in VB? Namely clicking, double clicking, moving the cursor, and getting the current cursor position?
thanks in advance...

Lothar Haensler
November 25th, 1999, 04:10 AM
use the mouse_event API

Fred Taylor
November 25th, 1999, 11:11 PM
thanks.. the win32 mouse_event api call worked from vb. i guess there is no vb function for this...?