Hi Anthauri,
wenn du die exe über ShellExecute aufrufst, erhälst du ein
Handle als Rückgabewert:
If the function succeeds, the return value is the instance
handle of the application that was run, or the
handle of a dynamic data exchange (
DDE) server application.
Sobald du das
Handle hast, kannst du auch abfragen ob es noch gültig ist (die Funktion weiß ich leider nicht
). Sobald das
Handle nicht mehr existiert kannst du die Anwendung nochmal starten usw.
Greetz
alcaeus