I am currently writing Events Messages on to the event Viewer of the Operating system (windows 7), I am using c# & .net framework 4
When i use the front end to see the messages I have logged, I can see that there is a possibility through the front end to add a task, to a specific message.
My idea is to respond to a specific error on the Event viewer.
Like adding an error Handler as a "task" (as is called on the event viewer)
is this possible programatically ? (I know is possible through the front end)
thanks