Click to See Complete Forum and Search --> : ImageScan


basel
January 26th, 2000, 09:05 AM
How would you go about using the ImageScan control to aquire an image from a scanner in VB.

April 3rd, 2000, 05:11 AM
Kindly assist me as well I have a similar problem.

Thanks

Ojekanmi
ojekanmi@yahoo.com

How would you go about using the ImageScan control to aquire an image from a scanner in VB.

adcomp
April 11th, 2000, 04:45 PM
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.