Click to See Complete Forum and Search --> : TOUGH ONE!!


vickyk
December 15th, 1999, 12:07 PM
Dear Reader

I want to be able to list of all external devices (i.e. Modem, Printer, digital Camera, Scanner, etc) attached to my computer, also I need to be able to retrieve basic information such as the driver name, driver version, IRQ, Base I/O Address, DMA channel where ever available for each device.

AndyK
December 15th, 1999, 09:27 PM
Woohoo, you probably even can't do that with VB...you need Assembler for that kind of job :)
Especially for retrieving names of drivers...that might even go all the way to machine codes....But if you will get it with VB or C++, please email me andy_k_d@yahoo.com

Thank You

santulan
December 16th, 1999, 01:34 AM
Hi,

All such information is available in registry of Windows. Please check for Registry API to retrieve them.



Santulan