CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: leKoxn

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    7,116

    Re: Intercept a WM_ message into a class

    Okay, solution is on the way. I'll start working asap and if I have more problems I'll let you know

    Thanks
  2. Replies
    4
    Views
    7,116

    Re: Intercept a WM_ message into a class

    Thank you for your interest.

    I need to intercept WM_DEVICECHANGE in my C++ class. The purpose of this class was to let everyone use a HID device more easily (a wrapper for the HID apis)

    So I am...
  3. Replies
    4
    Views
    7,116

    Intercept a WM_ message into a class

    I was wondering how to intercept a WM_ specific message into a C++ class, I need to use the RegisterDeviceNotification function to register a specific WM_ message (I need a window here right?) and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured