I want to programmatically create a custom Eventlog view in a C# application.
This is how to create a custom Eventlog view with the help of the Eventlog application from Microsoft Windows:
I searched the class System.Diagnostics.EventLog
for a method that does the same as the button found in the Eventlog Application from Microsoft. Sadly, i couldn't find any functionality that covers my needs.
Has anyone ever programmatically created a custom Eventlog view in C# or knows a way that works?