How can I detect the installed hardware
|
Original Message
|
Name: David Halimi
Date: December 6, 2001 at 01:30:41 Pacific
Subject: How can I detect the installed hardware
|
Comment: Hello How can I detect the installed hardware in my PC ? For example, I have to know if the installed Graphic Card in my PC have at least 8 Mb, or if a LAN adapter is installed in my computer, and if the TCP/IP protocol is properly installed. Can you give me any solution to detect this ? Thank you Halimi David
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Xeon
Date: December 6, 2001 at 13:46:16 Pacific
Subject: How can I detect the installed hardware |
Reply: (edit)Hi, I dunno any "easy" way to do this. To do it, you either use a 3rd party lib (the easy way) or read/write to ports specific for a hardware (the hard way). The problem is you must be closely familiar to the hardware you try to detect. TIA
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
Name: steve
Date: December 7, 2001 at 09:19:34 Pacific
Subject: How can I detect the installed hardware |
Reply: (edit)Go out to www.belarc.com there is a program you can download and it will run a check on your system giving you details on all your hardware and software on your puter.
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: DarkChild
Date: December 14, 2001 at 14:37:57 Pacific
Subject: How can I detect the installed hardware
|
Reply: (edit)heres a nice peice of psuedo-code for detecting a driver: int driver; int DrvSys; DrvSys = Ge_Engine.Getdriver(engine); if (!DrvSys) { MessageBox(hWnd, "can't find driver...", 48); return False; }
Report Offensive Follow Up For Removal
|
Use following form to reply to current message: