Results 1 to 4 of 4

Thread: Print Line, Circle diagram

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    England. Northants
    Posts
    21

    Question

    I have a diagram composed of Line, Circle & Text in a PictureBox.
    Is it possible to convert the diagram to binary and send it to the File
    or the Printer with page-positioning? I have VB5. Katz
    Val

  2. #2
    Guest

    No problem.

    For saving, that's easy:

    Code:
    Savepicture YourPictureBox.Picture, "C:\TEMP\YourImageFile.BMP"
    For Printing, I've never tried it so I can't help you...

    Good luck!

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    England. Northants
    Posts
    21

    Thumbs down Re. Print, Line, Circle

    Originally posted by Alain
    For saving, that's easy:

    Code:
    Savepicture YourPictureBox.Picture, "C:\TEMP\YourImageFile.BMP"
    For Printing, I've never tried it so I can't help you...

    Good luck!
    ______________________

    Unable to save Picture because Line/Circle graphics arn't a
    'picture'! Short of re-writing the whole of the code to the
    Printer (object), I'm stumped!
    But thankyou for replying. Katz
    Val

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Location
    England. Northants
    Posts
    21

    Re. Print Line, Circle from PicBox

    Thanks for replying, but I can't save Picture because
    Line/Circle type graphics arn't a 'picture'. Short of
    re-writing the whole of the code to the Printer (object),
    I'm stumped!
    katz
    Val

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