How do i Monitor a external program status
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i have several program that execute one after another using the following fuction. However, one of the program hide it's window b4 it finishes its process, so there is a big time delay b4 the next process begins.. how do i actually detect if a process calls a hid window command? CreateProcess. WaitForSingleObject( pi.hProcess, INFINITE ) Thanks