A bit odd maybe, but how can I move the cursor using code in vb.net? I can't seem to find the proper method.
This is in vb.net
Move Mouse is a simple piece of software that is designed to simulate user activity. Originally designed to prevent Windows from locking the user session or going to sleep, Move Mouse can be deployed in a wide range of situations.
You can't move the mouse pointer using javascript, and thus for obvious security reasons. The best way to achieve this effect would be to actually place the control under the mouse pointer.
You may use:
Windows.Forms.Cursor.Position = New Point(x, y)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With