- Apr 15, 2005
- 367
- 0
- 0
Hi,
I am looking for a snippet of VB.net code that will search for a running program i.e. notepad.exe and keep checking to see when it is no longer is running. When it detects that it is no longer running continue the code. Example:
----------------------
loop start
is notepad.exe running? = YES/NO
If notepad is running loop back to 'loop start'
If notepad is NOT running continue with program
----------------------
TIA, James
I am looking for a snippet of VB.net code that will search for a running program i.e. notepad.exe and keep checking to see when it is no longer is running. When it detects that it is no longer running continue the code. Example:
----------------------
loop start
is notepad.exe running? = YES/NO
If notepad is running loop back to 'loop start'
If notepad is NOT running continue with program
----------------------
TIA, James