When responding to an event from a control, some events provide back the mouse coordinates, but not all of them do. So how do you get the mouse coordinates when your in an event that doesn’t provide them in the event args? Well, the answer is simple: Cursor.Position. Cursor.Position provides a convenient way to get […]