CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Belgium
    Posts
    1

    Question Catching events in console applications

    I have to catch some events from a driver in a console application can someone explain to me how I must catch them or where that I can find an example ?

    Thx

  2. #2
    Join Date
    Nov 2002
    Location
    Foggy California
    Posts
    1,245
    You need documentation about how to interface to the driver.

    - Kevin

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