Board index » delphi » Start external applications and check if they are still running
Bernaert Dominique
![]() Delphi Developer |
Bernaert Dominique
![]() Delphi Developer |
Start external applications and check if they are still running2006-10-28 04:11:11 AM delphi146 Hello, I need to start several other Delphi executables from my main application. They run independantly. But when the main application is closed I need a way to check if there are still any applications open that have been started from the main application. How can I do this? I start the applications with Shellexecute. Does this give me an id of the started application that I can check if it's still running? Thx, Bernaert Dominique. |
Rudy Velthuis [TeamB]
![]() Delphi Developer |
2006-10-28 04:18:36 AM
Re:Start external applications and check if they are still running
At 22:11:11, 27.10.2006, Bernaert Dominique writes:
QuoteHello, instead. I the meantime, Google for "delphi WinExecAndWait32". The source for that will give you a hint on how to do what you want. Also have a look at the help for the CreateProcess Win32 API function. www.swissdelphicenter.ch/en/showcode.php Crossposted to and Followup-to set to borland.public.delphi.nativeapi.win32 . -- Rudy Velthuis [TeamB] rvelthuis.de/ "Wit is educated insolence." -- Aristotle (384-322 B.C.) |
R. Rajesh Jeba Anbiah
![]() Delphi Developer |
2006-10-29 04:54:32 PM
Re:Start external applications and check if they are still running
"Rudy Velthuis [TeamB]" <XXXX@XXXXX.COM>writes:
QuoteAt 22:11:11, 27.10.2006, Bernaert Dominique writes: <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: rajeshanbiah.blogspot.com/ |
![]() Delphi Developer |
2006-10-29 10:21:17 PM
Re:Start external applications and check if they are still running
"R. Rajesh Jeba Anbiah" <XXXX@XXXXX.COM>wrote in
Quote
Best regards. M. Utku Karatas |