I can scan and put the acquired image into a picture box with
but the picture is huge. Only the top left corner can be viewed. Also when I print the image to a print, only the top left corner can be printed.
David Paulson
Code:
Set wiaCDL = New WIA.CommonDialog
Set Picture1.picture = wiaCDL.ShowAcquireImage.FileData.picture
Code:
Printer.PaintPicture Picture1.picture, 1, 1
David Paulson