Hello - i am looking for a way to make the mouse click from code - i am pretty sure this is done with API i just do know how :)
Any help is welcomed , thank you ...
Printable View
Hello - i am looking for a way to make the mouse click from code - i am pretty sure this is done with API i just do know how :)
Any help is welcomed , thank you ...
For command button if you set the value property to True then it will fire Click event of the command button.I dont know about the api used for it.
Type the code you wish to type in the command buttons click event like usual.....and on form load or whenever you want the click even to happen just use this
Command1_Click
command1 being the name of the button
Hope that helps
Try using the mouse_event API.