Code sample to read windows event logs

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.
 
S

Stefan Hoffmann

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 <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top