Getting mouse position in c# December 8, 2022 by Tarik You should use System.Windows.Forms.Cursor.Position: “A Point that represents the cursor’s position in screen coordinates.”