How to get Mouse Position and Cursor information
C#, Component Development, Win Forms February 22nd, 2006If you want to set or retrieve the current mouse position, or turn the cursor on or off, use the static Cursor class.
Point CursorPos = Cursor.Position
Recent Comments