Registriert seit: 30. Jan 2005
Ort: Münster
745 Beiträge
Delphi 3 Professional
|
Re: Versuch einen Registry Key zu exportiren (als *.reg Date
9. Nov 2005, 23:53
Hallo,
und wie wäre es damit?
Delphi-Quellcode:
ShellExecute(Form1.Handle
,'open'
,'regedit.exe'
,Pchar('/e C:\@Archiv\bmp.REG "HKEY_CLASSES_ROOT\.bmp"')
,''
,SW_SHOWNORMAL);
MfG Lannes
(Nichts ist nicht Nichts) and ('' <> nil ) and (Pointer('') = nil ) and (@('') <> nil )
|
|
Zitat
|