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

    TWAIN user interface

    Some one can help me developing a TWAIN user interface with my own dialogs and my own progress,
    or send source code about this...

    Thanks by the attention...

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449
    You can go to www.twain.org and get the TWAIN developer's toolkit, or go to one of many sites (my home page listed here is one of them), that has libraries available that make TWAIN easy to use (TWAIN is not that easy to implement correctly by yourself, since there are so many issues).

    But you need to tell me, are you creating an app that communicates to TWAIN devices, or are you trying to create a TWAIN compliant driver?

    Regards,

    Paul McKenzie

  3. #3
    Join Date
    Aug 1999
    Location
    Wisconsin
    Posts
    507
    Paul,

    You might want to fix your home page link on your
    profile page. Right now it gives a page not found error.
    Probably it just needs an http:// in front.

    Thanks.

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