Search:

Type: Posts; User: mmaniaci

Search: Search took 0.01 seconds.

  1. Thread: devices

    by mmaniaci
    Replies
    8
    Views
    2,535

    Ah, well I guess it isn't a simple registry...

    Ah, well I guess it isn't a simple registry lookup then! Don't be afraid to search for some driver code...

    Here's a chapter out of a book about driver programming in Windows that might shed light...
  2. Thread: devices

    by mmaniaci
    Replies
    8
    Views
    2,535

    If you are just checking a known location in the...

    If you are just checking a known location in the registry, that is trivial:

    RegOpenKeyEx
    http://msdn.microsoft.com/en-us/library/ms724897(VS.85).aspx

    RegQueryValueEx...
  3. Replies
    2
    Views
    3,814

    Thank you kindly! I figured it was something like...

    Thank you kindly! I figured it was something like that, and I wish my eyes weren't so trained to avoid things like the MSDN "Caution" blocks heh.
  4. Thread: devices

    by mmaniaci
    Replies
    8
    Views
    2,535

    Not that I know how to do this, but you could...

    Not that I know how to do this, but you could probably learn a lot from reading through driver code. I'm sure there are some 3rd party, open-source drivers for many USB devices out there and some of...
  5. Replies
    2
    Views
    3,814

    CRichEditCtrl Problem

    I'm trying to make a simple dialog with a rich edit box. It is called from within another class via DoModal() which returns -1, and fails to show the new dialog. If I remove the CRichEditCtrl, the...
Results 1 to 5 of 5