Striker
Computer
- May 23, 2001
- 143
How can I pause the execution of a program and wait on another thread to complete. I am trying to run another program through ShellExecute on a list of files, however, I end up with a window for each ShellExecute I call, rather than each window completing and continuing to the next file to process in my ListBox control.