|
-
February 4th, 2000, 11:36 AM
#1
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
-
February 4th, 2000, 12:25 PM
#2
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
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|