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!!
Printable View
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!!
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.