Click to See Complete Forum and Search --> : How do I emulate Mouse Clicks?


December 11th, 1999, 06:00 PM
Im developing a Macro program and I would like to be able emulate a Mouse click
and mouse double click in another window, which isnt the actual macro program, Please help!!

Ruth Glushkin
December 13th, 1999, 02:17 AM
You may use API Function SendInput() with VK_LBUTTON for mouse click or API Function mouse_event() with full information about mouse buttons and coordinates.