you could use a picture box, and then load the picture with:
picture1.Picture = LoadPicture("c:\scans\101.tiff")
Then you have to get a little more complicated, and do something with the printer... so you can say:
const twipfactor = 1440
picture1.autoredraw = false
printer.paintpicture picture1.picture, 1400, 2040
Ok, paintpicture accepts the picture, and the upper left coordinate of where on the page to start printing.... you can also specify other options, such as hight and width of the picture, but for now, that should work.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215