verstehe ich jetzt nicht ganz ...
habs so gemacht und geht:
Delphi-Quellcode:
//if not IsExeRunning ('ax.exe') then
hProcess := GetProcessHandleFromID(GetProcessID('ax.exe'));
if hProcess = 0 then
oder:
Delphi-Quellcode:
//if IsExeRunning ('ax.exe') then
hProcess := GetProcessHandleFromID(GetProcessID('ax.exe'));
if hProcess <> 0 then
aber warum IsExeRunning bei ax.exe nicht funktioniert ist schon seltsam, zumal ax.exe in der Taskliste zu sehen ist.
KUBA