How would you go about using the ImageScan control to aquire an image from a scanner in VB.
Printable View
How would you go about using the ImageScan control to aquire an image from a scanner in VB.
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.
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.