The text of this article is not in this database — only its details are. Read it on the old site: Changing Display Settings Programmatically
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Changing Display Settings Programmatically
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
jason TsengPosted Feb 16, 2012, 4:43 AM
Hi Sir, I run this API with windows services for WES(Windows Embedded Standard 2009) the result is correct. Similarly under condition When I run for WES(Windows Embedded Standard 2010)7 doesn't change screen resolution. Please help...thanks sorry!! my english is poor !!
Michael BrowneditedPosted Mar 1, 2011, 6:00 PMEdited Mar 1, 2011, 6:02 PM
Cool, good info here. Can you suggest how to set 2nd monitor to duplicate/mirror the 1st via C#. Target is Win7 x86/x64 systems with display adapters supporting two monitors. Doing this via WMI would be cool as well; might avoid nuisance of marshalling data back and forth. Prefer not to do anything adapter driver-specific. Thanks...