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

    How to get the Camputer SysInfo?

    How to get the Camputer SysInfo?
    including cpu(so as pIII 350),network adapter,display adapter,sound card,all sort of driver and the sort and the size...



  2. #2
    Join Date
    Dec 1999
    Location
    Tel Aviv, Israel, Earth, Solar System
    Posts
    50

    Re: How to get the Camputer SysInfo?

    Here is the easiest way: add new form, choose About template and there you can see a full SysInfo source. It might help (never looked into it personally)

    Jean Spector
    Tech Support Team Leader, CET
    [email protected]
    (in VB from 11/1999)

  3. #3

    Re: How to get the Camputer SysInfo?

    Using the above mentioned idea just looks in to the registry. That's where the information you are looking for is stored. What about the sysinfo control? I've never used it but I assume that's what it is for.


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