dulux1309
10-04-2004, 05:59 AM
Hi all,
I have a small app that i am writing that uses enumerate process to see if a particular program is running, and performs an action when it stops.
This works by checking that the process is started by clicking a button, but I think i need a timer to keep polling to see when the application is no longer running. Can anybody give me a clue as to how to do this? I have looked at some of the timer options and am struggling to see how to implement this.
thanks in advance.
I have a small app that i am writing that uses enumerate process to see if a particular program is running, and performs an action when it stops.
This works by checking that the process is started by clicking a button, but I think i need a timer to keep polling to see when the application is no longer running. Can anybody give me a clue as to how to do this? I have looked at some of the timer options and am struggling to see how to implement this.
thanks in advance.