How to open a form at a specific point?

Set the form's startup position property to manual, then set the form's Location property to Cursor.Location (or create a new point and pass it the coords of the Cursor.Location)
 
Back
Top