I have an application wich open a modal form with the ShowDialog method. Once this form is displayed I want to capture the mouse movement even if the cursor is outside the f
You can read the position of the cursor, using the Cursor.Position property, see Cursor.Position