Hi,
I am making a process monitor and I need to know if there is an event raised when a process is started? I mean if I start a game than an event is raised that an application was started and I should refresh the list. Of corse that I could put this in a timer but it would be waste of time and memory to rescan all procceses every second. I tried to monitor the event logs but not all aplications are writing a line in the event logs. Thank you!
I am making a process monitor and I need to know if there is an event raised when a process is started? I mean if I start a game than an event is raised that an application was started and I should refresh the list. Of corse that I could put this in a timer but it would be waste of time and memory to rescan all procceses every second. I tried to monitor the event logs but not all aplications are writing a line in the event logs. Thank you!