delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
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

TOP

What kind of controls do you have in this picture box?

TOP

I have some text-boxes and another picture box inside the parent picture-box (container).



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

TOP

Back Forum