(Gast)
n/a Beiträge
|
AW: Problem mit shellexecute und Pfad
31. Okt 2010, 08:24
Delphi-Quellcode:
dbpath := extractfilepath(application.ExeName);
i := ShellExecute(Application.Handle, 'open', Pchar(dbpath + 'LCRset2\LCRset2.exe'), nil, nil, SW_SHOW);
|
|
Zitat
|