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

Thread: Scan Image

  1. #1
    Join Date
    Apr 2001
    Posts
    4

    Scan Image

    Hi Everyone,

    Is there anyway to display an image that has just been scanned with a scanner? I am trying to use the Kodak ImgScan1 control along with an Image box to display the picture. I would appreciate any help. Thanks.

    Ace Jones


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Scan Image

    One of the filetypes the ImageScan can produce is a Bitmap which is easily displayable in a Image or Picture COntrol. Check the controls Custom properties fro more information.

    John G

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