E
Erick
I'm trying to use system.diagnostic to see what all the process on my
PC are. I use the Process method which works fine. But does any one
know how to use this method to continually monitor for new process to
see if more have been started or others stopped other than call the
Process.GetProcess method every fiew seconds.
Is there a way to have it call back (which it will when a process ends)
telling you that eiter a new process has been started or an existing
one has finished.
Thanks
Erick
PC are. I use the Process method which works fine. But does any one
know how to use this method to continually monitor for new process to
see if more have been started or others stopped other than call the
Process.GetProcess method every fiew seconds.
Is there a way to have it call back (which it will when a process ends)
telling you that eiter a new process has been started or an existing
one has finished.
Thanks
Erick