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?
Marcelo Ferrer
Stuart Taylor
You can use twain.dll, see sample in:
http://www.codeproject.com/dotnet/twaindotnet.asp
ANDY_DANDY
tongueless
- 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