-
TOUGH ONE!!
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.
-
Re: TOUGH ONE!!
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 [email protected]
Thank You
-
Re: TOUGH ONE!!
Hi,
All such information is available in registry of Windows. Please check for Registry API to retrieve them.
Santulan