CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2002
    Posts
    90

    Windows api allowing direct communication with a scanner device

    Hi everyone,
    I would like to know if there is a function embedded in a windows API (NOT WIA scripting) that allows to communicate directly with a scanner device attached to a computer without using the built in interface of that scanner device. I want to create my custom form in C# that:
    1- connects to the scanner device,
    2- scan something and show it in a custom form on a click on a button
    3- save it

    Thanks everyone for any URL or advice you will provide me.

  2. #2
    Join Date
    Mar 2006
    Location
    Craiova, Romania
    Posts
    439

    Re: Windows api allowing direct communication with a scanner device

    What about twain ?

    An example here also.
    Bogdan

    If someone helped you then please Rate his post and mark the thread as Resolved
    Please improve your messages appearance by using tags [ code] Place your code here [ /code]

  3. #3
    Join Date
    Feb 2005
    Posts
    5

    Re: Windows api allowing direct communication with a scanner device

    There are 2 ways:
    1) Twain
    2) ISIS
    These are common interfaces to work with scanners.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured