Is there a way to set the mouse location in .NET? I remember the old API calls, but i want to avoid that. Grrr....
Last edited by blue_rabbit; May 17th, 2004 at 05:01 AM.
//END_TRANSMISSION
Hi. You can use the Cursor object. Like this : VB Code: Cursor.Location=New point(X,Y)
Cursor.Location=New point(X,Y)
I wish I could think of something witty to put in my sig... ...Currently using VS2013...
Ok great, now i feel like an idiot. Thanks though. I'll get the hang of the new architecture soon enough.
You may also want to investigate Cursor.Clipping()
I don't live here any more.
Forum Rules