Get All Running Process

  • Thread starter Thread starter Erick
  • Start date Start date
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
 
Hello Erick,

http://groups.google.com/group/micr...hread/thread/190af472a35934f/c63b3dd1e70a5604

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

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top