Code sample to read windows event logs

  • Thread starter Thread starter Lance McGonigal
  • Start date Start date
L

Lance McGonigal

Thanks in advance for you help.

Can you steer me toward some code that will allow me to read warnings and
errors from the system and application event logs in windows. I want to
read just the warnings and errors and post them to a table.

Thanks again for your help.
 
hi Lance,

Lance said:
Can you steer me toward some code that will allow me to read warnings
and errors from the system and application event logs in windows. I
want to read just the warnings and errors and post them to a table.
You need some API programming like:

http://support.microsoft.com/kb/154576

It's easier than it looks at the first glance.

mfG
--> stefan <--
 
Back
Top