How to list driver in combobox?

May I know how to list down the scanner drivers installed in user's computer in combobox

Answer this question

How to list driver in combobox?

  • T.C.

    I don't have anything here to help you but here is a possible algorithm to do it:

    - Get a list of all the scanner driver installed
    - for each scanner driver
    * Create a new combobox item
    * Add this combobox item to the combobox


    HTH

    Bye


  • Simon Honeybone

    Thanks for your reply. I'm just a computer studying student. I just wish to develop scanner software which include the features like scanning, photocopying, and more features and make it available as freeware.
  • Balder

    You can use twain.dll, see sample in:

    http://www.codeproject.com/dotnet/twaindotnet.asp


  • dfoukas

    Thank you very much. I'll try it later.
  • How to list driver in combobox?