CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2004
    Location
    Mumbai
    Posts
    11

    How to get system information?

    I urgently need to get the system info ( list of hardware & software installed )

    Plz provide me any links or readymade programs .

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354
    Take a look at this MSDN KB article.

    Also, you could look at this article on CG.
    Last edited by Andreas Masur; August 2nd, 2004 at 02:06 AM.

  3. #3
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    If you want to use a singular interface that encompasses many levels of System Information then use WMI (CIMV2)

    http://msdn.microsoft.com/library/de...l/anch_wmi.asp

  4. #4
    Join Date
    Feb 2004
    Posts
    81
    For readymade programs related to the system information do visit http://codeproject.com/system. You'll need to register (free) to download the sample code.
    while(true)
    cout<<"C++ is divine\n";

    Feroz Zahid

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