I have two picture boxes inside a parent picture box. Is there any single way of priting contents of those two picture boxes one after the other as it is appearing in the parent picture box to a printer
Printable View
I have two picture boxes inside a parent picture box. Is there any single way of priting contents of those two picture boxes one after the other as it is appearing in the parent picture box to a printer
Sure! Use the PaintPicture method of the Printer object. Pass the pictures Left and Top position to the X1 and Y1 arguments.
Good luck!