@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Changes the display settings via a DEVMODE struct. !!!!C# Signature: [DllImport("user32.dll")] public static extern DISP_CHANGE ChangeDisplaySettings(ref DEVMODE devMode, int flags); !!!!VB.NET Signature: <DllImport("user32.dll")> _ Private Shared Function ChangeDisplaySettings(ByRef devMode As DEVMODE, ByVal flags As Integer) As DISP_CHANGE End Function !!!!User-Defined Types: [DEVMODE], [DISP_CHANGE] !!!!Notes: See also ChangeDisplaySettingsEx !!!!Tips & Tricks: If you are working with multiple monitors use [ChangeDisplaySettingsEx] instead. Please add some! !!!!Sample Code: http://www.codeproject.com/csharp/CSDynamicScrRes.asp?df=100&forumid=38736&select=800137 !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: http://msdn.microsoft.com/en-us/library/dd183411
Edit user32.changedisp...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.