E
eBob.com
Some research I did here led me to believe that I could position the mouse
pointer with the following code:
Windows.Forms.Cursor.Position = btnGo.Location
I don't know why that should work because I can't find a Cursor.Position
property in Windows.Forms. But Intellisense doesn't complain and it does
seem to move the cursor - but off the form altogether!
How can I position the mouse pointer so that it is over my Go button?
Thanks, Bob
pointer with the following code:
Windows.Forms.Cursor.Position = btnGo.Location
I don't know why that should work because I can't find a Cursor.Position
property in Windows.Forms. But Intellisense doesn't complain and it does
seem to move the cursor - but off the form altogether!
How can I position the mouse pointer so that it is over my Go button?
Thanks, Bob