|
-
Nov 24th, 2000, 01:10 AM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|