I am using the shell function to run an external .exe file.
How can I determine when the shell program ends?
I know that in vb6 it is possible to use CreateProcessA API
to solve this problem.
I have vb5.
Is there a nother way to solve this problem?
Thanks.
Dan.