Sup
I wanna know if there is any way make the program wait for a process.
I was about to use while,but it's blocking the execution of the program,so...
There is a button which is waiting the process and then it doing its stuff.
The program is a window application and using dialogs
I wanna know if there is any way make the program wait for a process.
I was about to use while,but it's blocking the execution of the program,so...
There is a button which is waiting the process and then it doing its stuff.
The program is a window application and using dialogs
Code:
case IDC_BUTTON1: v Process
while(isRunning("S4Client.exe")==false){}
^The waiting func