Author: Jonas Bilinkevicius
Is there a way to open the default Windows dialog for screen settings (screen
resolution, colors etc.) by a Delphi application?
Answer:
1 uses2 ShellAPI;
3 4 { ... }5 ShellExecute(HInstance, nil, PCHAR('rundll32.exe'), PCHAR('shell32.dll,
6 Control_RunDLL desk.cpl, , 3'1);