|
-
Jun 15th, 2008, 05:19 PM
#1
Thread Starter
Addicted Member
[RESOLVED] printing to printer using PaintPicture
I am trying to print a graph to a printer.
I have a form with a Picturebox on it, scaled to the Printer.Width, .Height
Inside this picturebox I have 3 Pictureboxes (one for the graph lines, one for the Y axis marks, one for x axis marks). Graph data and axis markers are drawn using .Line commands
I can make a correct graph on the form. The problem is how to print it!
-Printform has many bugs, so its no use.
I have tried to use Printer.Paintpicture mainpicture
but it only prints one of the three pictureboxes.
How do I do this?
Last edited by Hack; Jun 16th, 2008 at 07:10 AM.
Reason: Added RESOLVED to thread title Last edited by donW : Today at 12:19 AM.
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
|