I have a small "options" form that when shown, the user submits some changes, clicks a button, and then it fades out. I want the form to open at the mouse location. How would I do that?
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)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.