How can I programmaticly change windows display setting from Extend desktop to Clone desktop and the other way around ?
How can I programmaticly change windows display setting from Extend desktop to Clone desktop
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.
This issue isn’t going to be a simple “call this method in this .NET class” I don’t believe. However, it can be done using the
EnumDisplaySettingsEx()API. Here is a SO question similar to yours that has the information you need to dig into this issue:How do I enable a second monitor in C#?