Simple question, but could somehow not find any answer on google (maybe it’s just too late):
How can I get the coordinates of a form (current form => Me) of the upper left angle of it on the screen?
Thanks for help!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In VB.NET the location of a form can be found using Me.Location.
You can set it using
or get the location using