Retrieve and Delete from EventLog

  • Thread starter Thread starter MC
  • Start date Start date
M

MC

I am using Notification Services and C# Windows application. I set the
Notification Text to be logged in the Event Log. In my form i put an
EventLog component. Now how to retrieve what's written in the Event Log
in order to fill it in a dataset? and after retrieving it how to delete
it from the Event Log??
 
Back
Top