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

Thread: Hardware ID

  1. #1
    Join Date
    May 1999
    Location
    CA
    Posts
    188

    Hardware ID

    Hi all.

    Does anyone know of a book to read or maybe any methods themselves that are useful for identifying the hardware running on a particular system? I know one method is to enumerate the registry key HKEY_DYN_DATA/config data/enum and process the ones that are graphics drivers, sound drivers and so on. Two unfortunate things arise form this. I have to make this work on the NT as well, which has no access to the HKEY_DYN_DATA. I also don't trust the registry as it is sometimes wrong. I will, however, use the registry method until I have a better one.

    Thank you.


  2. #2
    Join Date
    Sep 1999
    Location
    Jamaica
    Posts
    138

    Re: Hardware ID

    Please send a mail to me. I'll send you a ZIP file which you can use to find information about the hardware.

    Regards

    Shiva
    Email: [email protected]



    Programming is always a learning process

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