Duplicate of How do I find what screen the application is running on in C#
In a C# winform how do identify what monitor the app is displayed on in a three monitor setup.
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.
Retrieves a Screen for the display that contains the largest portion of the specified control.
And also this Property might be helpfull:
Gets an array of all displays on the system.