If anybody has the visual basic code for reading Windows NT server event log from client machine please help me.
Printable View
If anybody has the visual basic code for reading Windows NT server event log from client machine please help me.
Reading the events is a bit tough, but lucky you. I have written some code to
backup the event logs and you could then change the extension to .txt and
open with notpad or extend the program to parse the textfile and read the
events that way.
HTH