Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Datei da Speichern wo sich die Projekt *.exe befinden (https://www.delphipraxis.net/10156-datei-da-speichern-wo-sich-die-projekt-%2A-exe-befinden.html)

Dagon 12. Okt 2003 19:54

Re: Datei da Speichern wo sich die Projekt *.exe befinden
 
Ja, das würde eigentlich reichen. So gehts aber auch:
Delphi-Quellcode:
var Pfad: String;
begin
  Pfad := ExtractFilePath(Application.ExeName) + 'Hallo.html';
  ShellExecute(Handle, nil, PChar(Pfad), nil, nil, SW_SHOW);


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:47 Uhr.
Seite 3 von 3     123   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz