Striker
Computer
- May 23, 2001
- 143
How can I pause the execution of a parent process until the child process is completed? My dilemna is I want to execute an external program via ShellExecute and have the calling process wait until it is done before proceeding. The external program is called using a list of files generated in a listbox control and if I do not wait until the ShellExecute command is completed, my system gets bogged down with multiple instances of the external program.