how to implement event logs?
I have an MFC dll that implements event logs. It has features like filtering, sorting,...etc. I need to implement this in vb.
I called c dll functions that simply return a value before, but never worked with something like event logs. How is it possible to call it from vb? It has to work similar to that in vc.
Any guidance in this regard is appreciated.
Thanks
Re: how to implement event logs?
Visit microsoft's msdn online (the october issue doesn't have this)...
http://msdn.microsoft.com/library/ps...ntlog_2hif.htm
It has info on an API called ReadEventLog which you call after you use another API called OpenEventLog.
Hope this helps a little,
John
John Pirkey
MCSD
www.ShallowWaterSystems.com