abstract:
what gets printed is, just the picture box and not the controls that are within that box.
How do i get this to print everything that is within that picturebox.
Thanks,
Amit
I am facing a problem with printing the contents of a picture box.
I have a picture box which acts as a container for several controls. When I try to do the following :
Printer.PaintPicture Picture2.Image, 0, 0
Printer.EndDoc
what gets printed is, just the picture box and not the controls that are within that box.
How do i get this to print everything that is within that picturebox.
Thanks,
Amit |