Is it possible to access a TWAIN32 scanner from VB, and capture an image, then save it to a standard location, like
App.Path & "\" & X & ".jpg"
Where X could be a numbered file
Thanks In Advance,
Printable View
Is it possible to access a TWAIN32 scanner from VB, and capture an image, then save it to a standard location, like
App.Path & "\" & X & ".jpg"
Where X could be a numbered file
Thanks In Advance,
Well I don't l=know tons about it but I'm sure it will involve using
twain.dll
twain32.dll
twunk_16.exe
twunk_32.exe
all found in your windows/winnt directory...
Thats all I got
Zevlag
I guessed I'd have to use at least one of the DLL's... But I hadn't realised I was gonna need the exe files.:)
Do you know how I can see what functions are available through the DLL files? Or will I have to contact the manufacturer/developer?
Thanks Again,
No I dont but I am sure there are people here that do..
yes the twunk.exe's "twunk" the data back and forth.. I think
Zevlag