Getting mouse position in c#

You should use System.Windows.Forms.Cursor.Position: “A Point that represents the cursor’s position in screen coordinates.”

Leave a Comment