CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: TOUGH ONE!!

  1. #1
    Join Date
    Dec 1999
    Location
    India
    Posts
    3

    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.




  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    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


  3. #3
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: TOUGH ONE!!

    Hi,

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



    Santulan

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

Featured