CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: ImageScan

  1. #1
    Join Date
    Jan 2000
    Posts
    10

    ImageScan

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




  2. #2
    Guest

    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.



  3. #3
    Join Date
    Apr 2000
    Location
    Dorado, P.R.
    Posts
    221

    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
  •  





Click Here to Expand Forum to Full Width

Featured