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

    Lightbulb Obtain Hardware Information

    Microsoft Development Environment 2003 Version 7.1.3088


    Can someone help me with a program I am trying to make. All I need to know, is how do I get the program, when the button is pressed, to start scanning there basic hardware, and once it completes gives them a report, and if at all possible, tell them yes or no if there program does not meet minimum system requirements. I know the basics, and have looked quite a bit and asked people for some help, but I'm pretty much clueless where to start. Any tutorials that anyone can give/or the code to do such, would be helpful, thanks a lot!

  2. #2
    Join Date
    Jan 2006
    Posts
    293

    Re: Obtain Hardware Information

    You can get all sorts of hardware info on the system using WMI. Check out my signature for the "WMI - Get Hardware Info" submission I have on a sister site of this. Has examples of using WMI as well as an entire WMI.dll wrapper library that gives you managed access to the various WMI hardware and software classes, as well as a link to the WMI documentation on MSDN that gives you the info on all of the various WMI classes....
    Last edited by gigemboy; October 27th, 2006 at 07:10 PM.

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