We have an VB6 application which uses IMGSCAN, IMGEDIT controls for scanning in HP Scanner (flatbed). Now we have new kodak i2600 scanner (ADF). When we try to access the new Kodak scanner through TWAIN, its hangs.
Kodak scanner product manual says it supports TWAIN and IMGSCAN, IMGEDIT controls is also TWAIN compatible.
Anyone can help us on this ? Is it possible to use IMGSCAN, IMGEDIT control to invoke TWAIN of below version
Twain: 12.12
VB6 code that we use is,
ImgScan1.CloseScanner
ImgScan1.ShowSelectScanner
ImgScan1.OpenScanner
ImgScan1.SetPageTypeCompressionOpts SmallestFile, ColorPal8Bit, JPEGCompression, JPEGLowHigh
ImgScan1.StartScan
ImgScan1.StopScan
ImgEdit1.Image = ImgScan1.Image
ImgEdit1.Page = ImgEdit1.PageCount
ImgThumbnail1.Image = ImgEdit1.Image
ImgEdit1.Display
ImgEdit1.SaveAs App.Path & "\testsize.tif", 1, 6, 6, 256