Hi!
I wanna ask how to use Kodak Image Scan Control.
My program should scan a certain doc and to be displayed in the form.I'm using PictureBox for the scanned file.
The problem is I don't know how to display the scanned file.
Here's my code:
Private Sub cmdscan_Click()
On Error GoTo ScanErr
ImgScan2.ShowSelectScanner
ImgScan2.OpenScanner
ImgScan2.StartScan
ImgScan2.ShowScanPage
ImgScan2.StopScan
ImgScan2.CloseScanner
ScanErr:
MsgBox Err.Description
End Sub

I need help on this,please....Thanks