how do i create a mouseclick in visual basic??? I know how to move the mouse to a certain spot, but how do i make it click once it gets there?
Printable View
how do i create a mouseclick in visual basic??? I know how to move the mouse to a certain spot, but how do i make it click once it gets there?
If it's your own app:
control_click
ie:
cmdCommandButton_Click