Is there a way to set the mouse location in .NET? I remember the old API calls, but i want to avoid that. Grrr....
Printable View
Is there a way to set the mouse location in .NET? I remember the old API calls, but i want to avoid that. Grrr....
Hi.
You can use the Cursor object.
Like this :
VB Code:
Cursor.Location=New point(X,Y)
Ok great, now i feel like an idiot:blush:. Thanks though. I'll get the hang of the new architecture soon enough.
You may also want to investigate Cursor.Clipping()