Results 1 to 14 of 14

Thread: scanner activeX

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    4

    Question scanner activeX

    I'm a newbie in VB...
    I have an application written in VB. This application should be able to acquire image from a scanner(TWAIN) and display in my application.
    Anyone knows about how to do that? Maybe I need a scanner ActiveX, right?
    Thanks.

  2. #2
    Addicted Member Paradox's Avatar
    Join Date
    Sep 2004
    Location
    Nairobi
    Posts
    189

    Re: scanner activeX

    have a look at this
    Peny wise pound Foolish

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    4

    Re: scanner activeX

    hello, thanks for your reply but I cannot access to this page.

  4. #4
    Addicted Member Paradox's Avatar
    Join Date
    Sep 2004
    Location
    Nairobi
    Posts
    189

    Re: scanner activeX

    Peny wise pound Foolish

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: scanner activeX

    I could, but the samples required their library.

    Have a look here, there is a trial download available.

    http://www.catenary.com/

  6. #6
    New Member
    Join Date
    Jul 2005
    Posts
    2

    Re: scanner activeX

    I'm also new, but in my opinion it should be very simple.
    You need a TWAIN ActiveX control to do this. Is Dynamic TWAIN OK?

  7. #7
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: scanner activeX

    There are examples in www.planet-source-code, take a search there.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  8. #8
    New Member
    Join Date
    Aug 2005
    Posts
    1

    Re: scanner activeX

    Take a look at the VintaSoftTwain ActiveX: http://www.vintasoft.com/vstwain-index.html.

    VintaSoftTwain ActiveX allows to control work of scanners, digital or web cameras and any other TWAIN devices. You can fully control an image acquisition process, use an automatic document feeder, clean up images using noise removal, auto border crop, blank page detection, save acquired images to disk or SQL server, upload images onto web or ftp server.

  9. #9
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: scanner activeX

    EZTW32.DLL can be an option. However its not an ActiveX but it is an API. It's easy to use. Try Google on this or I can provide some code.

    Success.

  10. #10
    Lively Member
    Join Date
    Jun 2004
    Posts
    94

    Re: scanner activeX

    Can you provide me with some code? How do you register the DLL? I tried adding a reference to it but VBA refused.

  11. #11
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: scanner activeX

    The code provided is not explained but simple to read.
    Copy the dll to windows/system. It's not an ActiveX dll but an API!
    Attached Files Attached Files

  12. #12
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: scanner activeX

    Are you doing this in VB or Excel VBA?

  13. #13
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: scanner activeX

    I used eztwain for VB. Hack I was reading to fast I mist Triple A's VBA.

  14. #14
    Lively Member
    Join Date
    Jun 2004
    Posts
    94

    Re: scanner activeX

    I am using VBA. But VBA and VB are so much alike that I figured what works in VB also works in VBA.

    I can change my application to VB but that is difficult because I am using the excelsheet to input the data. I am using a 9 by 9 grid in excel to input some numbers. I hate to implement a 9x9 matrix of textboxes. It can be done but is considerably more work.

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