Home All Groups Group Topic Archive Search About

Accessing a scanner programmatically

Author
10 Jan 2006 5:00 AM
**Developer**
Can you point me toward info about accessing a scanner from my code?
I searched the docs and found nothing.
I expect there is a class or win32 API that does most of the work but can
find nothing.


Thanks in advance for any help

Author
10 Jan 2006 10:49 AM
Carlos J. Quintero [VB MVP]
Scanner uses 2 interfaces:

- TWAIN: C-oriented
- WIA (Windows 98 and above): scriptable. Use this one.

See:

WIA Scripting and .NET
http://www.codeproject.com/dotnet/wiascriptingdotnet.asp


--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com


Show quoteHide quote
" **Developer**" <REMOVEdevelo***@a-znet.com> escribió en el mensaje
news:%23pBDQLaFGHA.3000@TK2MSFTNGP14.phx.gbl...
> Can you point me toward info about accessing a scanner from my code?
> I searched the docs and found nothing.
> I expect there is a class or win32 API that does most of the work but can
> find nothing.
>
>
> Thanks in advance for any help
>
Author
10 Jan 2006 5:15 PM
**Developer**
Thanks

I've already downloaded three examples,  VB TWAIN, C# TWAIN and a WIA, but
didn't know which to use.

I'll check out the site you suggested now.

Thanks


Show quoteHide quote
"Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> wrote in message
news:e7F0BOdFGHA.1028@TK2MSFTNGP11.phx.gbl...
> Scanner uses 2 interfaces:
>
> - TWAIN: C-oriented
> - WIA (Windows 98 and above): scriptable. Use this one.
>
> See:
>
> WIA Scripting and .NET
> http://www.codeproject.com/dotnet/wiascriptingdotnet.asp
>
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
> MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
> VB6, VB5 and VBA
> You can code, design and document much faster in VB.NET, C#, C++ or VJ#
> Free resources for add-in developers:
> http://www.mztools.com
>
>
> " **Developer**" <REMOVEdevelo***@a-znet.com> escribió en el mensaje
> news:%23pBDQLaFGHA.3000@TK2MSFTNGP14.phx.gbl...
>> Can you point me toward info about accessing a scanner from my code?
>> I searched the docs and found nothing.
>> I expect there is a class or win32 API that does most of the work but can
>> find nothing.
>>
>>
>> Thanks in advance for any help
>>
>
>