|
-
Sep 19th, 2017, 02:05 AM
#1
Thread Starter
Junior Member
[RESOLVED] In VB6, PrintForm Method does not print contents of picture box on form
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|