Hello,

I have a form and it contains a PictureBox control. AutoRedraw is set to True for both the form and the PictureBox. In the PictureBox I have done some drawing using the Line method.

I want to print the form and the graphics that appear in the PictureBox.
When I use the PrintForm method (Form1.PrintForm) the printed copy shows the form and the border of the PictureBox, but none of the graphics that were drawn in the PictureBox.

Can anyone suggest why the graphics aren't printing? Thank you.