CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: NT Event Log

  1. #1
    Join Date
    Jan 2000
    Posts
    1

    NT Event Log

    Does anyone know how to READ events from the NT Event Log using VB?

    Thanks for your help!!


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: NT Event Log

    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.

    I personally have not used these yet, but i was working on something similiar a little while ago and then the project got scrapped so I was never able to try it.

    Good luck! Let me know how it goes.

    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
  •  





Click Here to Expand Forum to Full Width

Featured