G
Guest
I have a PictureBox on a form. I have set up a print routine to send the
image to a printer, basically copied out of Help, with a
'e.Graphics.DrawImageUnscaled(PictureBox1.Image, 0, 0)' call in the
PrintPage event handler. The image prints ok.
One complication. This particular picturebox has a number of custom
controls sitting on it with the picture box defined as their parent. They
are not showing up in the print. How do I include them?
image to a printer, basically copied out of Help, with a
'e.Graphics.DrawImageUnscaled(PictureBox1.Image, 0, 0)' call in the
PrintPage event handler. The image prints ok.
One complication. This particular picturebox has a number of custom
controls sitting on it with the picture box defined as their parent. They
are not showing up in the print. How do I include them?