How to set winform start position at top right? I mean when user click (start) my winform application the winform will appear at the top right of the screen?
How to set winform start position at top right? I mean when user click
Share
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.
Use the Load event to change the position, the earliest you’ll know the actual size of the window after user preferences and automatic scaling are applied: