|
-
January 26th, 2000, 10:05 AM
#1
ImageScan
How would you go about using the ImageScan control to aquire an image from a scanner in VB.
-
April 3rd, 2000, 05:11 AM
#2
Re: ImageScan
Kindly assist me as well I have a similar problem.
Thanks
Ojekanmi
[email protected]
How would you go about using the ImageScan control to aquire an image from a scanner in VB.
-
April 11th, 2000, 04:45 PM
#3
Re: ImageScan
In your components menu, select Wang ImageScan(Win95) or Kodak ImageScan(Win98), once selected press apply then ok.
Select from the tool box the scanner icon. Put it in your form in any place. When the program runs you would not see it. Once the buttom is in the form his name will be ImgScan1. You can call it from any part of the form. Here is the procedure:
ImgScan1.OpenScanner
ImgScan1.Image = "name of the file that will be saved"
ImgScan1.FileType = BMP_Bitmap
ImgScan1.StartScan
ImgScan1.CloseScanner
I hope this will assist you.
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
|