| |
|
|
| CompileMarkSeparationSource wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Systemsteuerung: Internet-Einstellungen
declare _cpl$
let _cpl$= Control_RunDLL INETCPL.CPL,,0 (Allgemein)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
let _cpl$= Control_RunDLL INETCPL.CPL,,1 (Sicherheit)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
let _cpl$= Control_RunDLL INETCPL.CPL,,2 (Inhalt)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
let _cpl$= Control_RunDLL INETCPL.CPL,,3 (Verbindung)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
let _cpl$= Control_RunDLL INETCPL.CPL,,4 (Programme)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
let _cpl$= Control_RunDLL INETCPL.CPL,,5 (Erweiterung)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
|
|
|
| |
|
|