(I know there is a topic in this but I can't find it)
How to I get the mouse position? I want to screen position.
I start my program I want to set to the current mouse position(I can't even get the mouse position)
Location.X = ??
Location.Y = ??
(I am making a note application)
Edit: This must happen before the form is created.