I would like to be able to activate the scanner interface and receive an image from within my application rather than requireing users to scan documents into files and then select the file they have just scanned.
Is there a way to do this
I would like to be able to activate the scanner interface and receive an image from within my application rather than requireing users to scan documents into files and then select the file they have just scanned.
Is there a way to do this
Scanner interface
kelton
Yes there is. It's called Windows Image Acquisition (WIA). For a good starting point see:
http://www.codeproject.com/dotnet/wiascriptingdotnet.asp
Hope this helps,
Mike
K-ERoL-K