Feb 22
How to get Mouse Position and Cursor information
C#, Component Development, Win Forms No Comments »If 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