i have the handle of a program that i shelled and am controlling with my VB gui. sometimes this other non VB program exits of its own accord. is there a way i check in every once in a while to see if a program is still running? i have the handle of the program to work with. there may be other instances of the program running so i can't use findWindow("program.exe". also, i don't think WaitForSingleObject will work either, because i need to be running things in the gui while this program is running, not waiting for it to exit before i run more code.
thanks
thanks