Results 1 to 6 of 6

Thread: Computer System Information

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2002
    Posts
    58

    Computer System Information

    Hi all,

    I want to make a program that gets a users system configuration (eg. Ram, CPU, mother board Chipset etc..) and sends it thought to a asp page.

    Now I know how to pass information onto a asp page from a VB app but how do I read system information from a VB app???

    I found this program HWiNFO32 which is the sort of information I want to get from the hardware, but I don't know how they do it.
    Last edited by seanlivo; Aug 19th, 2002 at 01:12 AM.

  2. #2
    Hyperactive Member CHAMPGARY's Avatar
    Join Date
    Jul 2002
    Posts
    386

    Re: Computer System Information

    Originally posted by seanlivo
    Hi all,

    I want to make a program that gets a users system configuration (eg. Ram, CPU, mother board Chipset etc..) and sends it thought to a asp page.

    Now I know how to pass information onto a asp page from a VB app but how do I read system information from a VB app???

    I found this program HWiNFO32 which is the sort of information I want to get from the hardware, but I don't know how they do it.
    One API I know that is
    GetSystemInfo ,

    There is a Microsoft SysInfo control in VB but I don't have detail about this control,

    Anybody know more about this control

    Regards

    gARY

  3. #3
    Frenzied Member KayJay's Avatar
    Join Date
    Jul 2001
    Location
    Chennai
    Posts
    1,849
    Search the web (I am sure it would be listed in Planet Source Code) for a DLL called KIRA. Its excellent for low-level access to system info.

    "Brothers, you asked for it."
    ...Francisco Domingo Carlos Andres Sebastian D'Anconia

  4. #4
    Hyperactive Member phrozeman's Avatar
    Join Date
    Apr 2000
    Location
    Netherlands
    Posts
    442
    u can also use moo.dll, or even get most info from the windows register.

    check the example:

    <Sorry, but attachment removed (DLL) due to potential 'badness'. >

  5. #5
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    System information can be grabbed using the WMI reference in vb. www.mvps.org has a load of samples to do with this, try taking a look at:

    http://www.google.com/custom?q=wmi&d...88e77e00129%3B

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  6. #6

    Thread Starter
    Member
    Join Date
    Apr 2002
    Posts
    58
    Thanks guys I'll be sure to have many questions.

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