How to Set mouse cursor position to a specified point on screen in C#?
am i must hacke the motherboard buffer that receive the mouse and keyboard coordinates and presses ???
is there another one to do clicks or i am imagine ???
How to Set mouse cursor position to a specified point on screen in C#?
am i must hacke the motherboard buffer that receive the mouse and keyboard coordinates and presses ???
is there another one to do clicks or i am imagine ???
The following will set the mouse position and perform a click:
Just keep in mind that this could be extremely annoying for a user.
:)
If you want to click a button on your form you can use the
'PerformClick()'
method.