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.
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.
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.