Is there a way to watch events of "applications and services" when they are generated (in C#)? I've figured out that I can not use WMI for it.
Any other ideas?
Is there a way to watch events of "applications and services" when they are generated (in C#)? I've figured out that I can not use WMI for it.
Any other ideas?
You can subscribe to EventLog.EntryWritten Event
From MSDN:
Did your try it wit the EventLog.EntryWritten Event?