Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Library: Windows API / MS.NET Framework API (https://www.delphipraxis.net/20-library-windows-api-ms-net-framework-api/)
-   -   Delphi Wie starte ich ein anderes Programm? (https://www.delphipraxis.net/28-wie-starte-ich-ein-anderes-programm.html)

Daniel B 7. Jun 2002 21:13


Wie starte ich ein anderes Programm?
 
Delphi-Quellcode:
ShellExecute(Handle, nil, 'meine.exe', nil, nil, SW_SHOW);
Nicht vergessen: ShellApi in die uses aufnehmen;

Delphi-Quellcode:
uses ShellAPI;


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:05 Uhr.

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