PDA

View Full Version : Show Windows Display Properties Box



pakapaka
02-06-2009, 03:02 AM
How can i open the Windows Display Properties dialog box with the Screensaver tab automatically selected?

Thanks
Pakapaka

longedge
02-06-2009, 01:44 PM
Try -


result = Shell.Execute("rundll32.exe", "open", "shell32.dll Control_RunDLL desk.cpl,,1", "", SW_SHOWNORMAL, false);

ShadowUK
02-06-2009, 02:28 PM
Try -


result = Shell.Execute("rundll32.exe", "open", "shell32.dll Control_RunDLL desk.cpl,,1", "", SW_SHOWNORMAL, false);

Wow..

That's impressive.