How can I show the Windows Display Settings (Resolution Settings) window from C#. (the one where you can adjust screen resolutions)
I have found a way to change the display settings via p/invoke but all I want to do is show the Dialog Settings window that comes with Windows.
How about
Process.Start("control", "desk.cpl")?Here is an MSDN page on launching control panels: http://msdn.microsoft.com/en-us/library/cc144191.aspx