I want to give a scanning interface from my
VB program. With
VB 6.0 enterprise edition on windows 98, where the HP scanner is connected, I'm getting the controls as Kodak Image controls. It is a simple interface with the following code.
Three controls ImgEdit1,ImgScan1 & ImgAdmin1
ImgScan1.Openscanner
ImgScan1.StartScan
ImgScan1.DestImageControl="ImgEdit1"
ImgScan1.StopScan
ImgScan1.CloseScanner
In the run mode, it just hangs without doing anything. Scanner is working perfectly.