Software Development Network>> Visual C#>> How to list driver in combobox?
You can use twain.dll, see sample in:
http://www.codeproject.com/dotnet/twaindotnet.asp
How to list driver in combobox?
T.C.
- 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
Balder
You can use twain.dll, see sample in:
http://www.codeproject.com/dotnet/twaindotnet.asp
dfoukas