If an exe is launched in my Delphi app in the Form Create
section using:
ShellExecute(0, 'Open', PChar('Other.exe'), PChar(''), PChar(''), SW_Hide);
Is it possible to close it down when my app is closed?
I just noticed in my task manager that the exe was running about thirty times!
Thanks...
TDK_Man
section using:
ShellExecute(0, 'Open', PChar('Other.exe'), PChar(''), PChar(''), SW_Hide);
Is it possible to close it down when my app is closed?
I just noticed in my task manager that the exe was running about thirty times!
Thanks...
TDK_Man