Location of the mouse

soul444

New member
Joined
Feb 8, 2007
Messages
2
Programming Experience
Beginner
so i made a little macro application the only think i need is the coordinates from the whole window,
the x,y is texted in a textbox when the mouse move they change but they only change when the mouse is in the form i want it to be general over the hole screen... i hope you guys understand

p.s sry about my english
 
System.Windows.Forms.Cursor.Current.Position
 
i think you didnt understand me, this only give the location on the form. i need the location of whole screen not just in the form.
:D
 
You're wrong, there is only one cursor shared by the whole operating system, and the documentation clearly says the position is screen coordinates.
 
Back
Top