Delphi-Quellcode:
uses shellapi ;
procedure RunControlPanelApplet(Applet:
string);
begin
shellexecute(
handle, '
open', pchar('
rundll32.exe'), pchar('
shell32.dll,Control_RunDLL ' + Applet),
nil, SW_ShowNormal);
end;
applets:
access.cpl --> Hardware Dialog
appwiz.cpl --> Software Dialog
desk.cpl --> Anzeige
intl.cpl --> Ländereinstellungen
main.cpl --> Maus
sysdm.cpl --> System
...
ich hoffe es hilft ....
cya