Results 1 to 6 of 6

Thread: [RESOLVED] printing to printer using PaintPicture

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2002
    Location
    new zealand (kiwi)!
    Posts
    202

    Resolved [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
  •  



Click Here to Expand Forum to Full Width