I'm wondering if there is any event that my application can use to tell if a different process starts.
More specifically, I want to know when another process, let's say Notepad, appears in the System.Diagnost ics.Process.Get Processes(), and possibly when it disappears.
I'm mostly interested when the process appears, but when it disappears would be nice to.
Any information about this would be much appreciated.
More specifically, I want to know when another process, let's say Notepad, appears in the System.Diagnost ics.Process.Get Processes(), and possibly when it disappears.
I'm mostly interested when the process appears, but when it disappears would be nice to.
Any information about this would be much appreciated.
Comment