|
-
Aug 19th, 2002, 12:43 AM
#1
Thread Starter
Member
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.
-
Aug 19th, 2002, 04:53 AM
#2
Hyperactive Member
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
-
Aug 19th, 2002, 05:18 AM
#3
Frenzied Member
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
-
Aug 19th, 2002, 05:24 AM
#4
Hyperactive Member
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'. >
-
Aug 19th, 2002, 05:43 AM
#5
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
-
Aug 19th, 2002, 07:35 AM
#6
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|