Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control Panel Display Properties
Message
From
12/05/1998 14:24:01
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00098635
Message ID:
00098822
Views:
83
>Cetin,
>
>Cool! Where did you find the documentation for this?
>
>>run /n rundll32.exe shell32.dll,Control_RunDLL desk.cpl,@0,2
David,
Really don't remember the source but it was like this :
Start Control Panel Applets:
See article Q135068 of the Microsoft knowledgebase for the whys, but use this command to run these control panel applets (this might also work for running other things also):
run /n rundll32.exe shell32.dll,Control_RunDLL desk.cpl,@0,2
(brings up windows color sheme)
(do not put spaces after any of the commas or you will get the Error in shell32.dll message)
The 3 most significant parameters that allow you freedom here is desk.cpl, the @0, and the ending digit 2. The cpl file is what you change to get another applet run. If a cpl file has multiple applets in it, then use @1 to get to the zero based second applet. The last digit indicates the page of the property sheet of the applet that will be open when the applet runs (zero based). Which applets have I found so far?
Accessibility Properties: access.cpl
Add/Remove software:::: appwiz.cpl
Windows Colors App.:::: desk.cpl
Internet settings:::::::::::: inetcpl.cpl
International settings::::: intl.cpl
Joystick settings::::::::::: joy.cpl
Mouse settings::::::::::::: main.cpl
Outlook settings:::::::::::: mlcfg32.cpl
Multi-media settings:::::: mmsys.cpl
Modem settings:::::::::::: modem.cpl
Network settings::::::::::: netcpl.cpl
ODBC settings:::::::::::::: odbccp32.cpl
Password settings::::::::: password.cpl
Quicktime settings::::::::: qtw32.cpl
System configuation::::::: sysdm.cpl
Time/date settings:::::::::: timedate.cpl
Mail setup:::::::::::::::::::::: wgpocpl.cpl
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform