If you want 4 cards on one page you have to play with the x1, y1 parameters to set the postions
VB Code:
Printer.PaintPicture Picture1.Image, 100, 100 Printer.PaintPicture Picture2.Image, 300, 100 Printer.PaintPicture Picture3.Image, 100, 300 Printer.PaintPicture Picture4.Image, 300, 300 Printer.EndDoc




Reply With Quote