In VB4, I have placed pictures on the Printer object using e.g.
Printer.PaintPicture (Xpos,etc.,,,,x.bmp)

I tried using Printer.Print and EndDoc to send the document to the printer, but nothing seems to happen. How do I get the whole printout sent to the printer to print?

Thanks for any help. I'm in trouble if I don't get this sorted out!!!!