Click to See Complete Forum and Search --> : Print Line, Circle diagram
katz
Oct 30th, 2000, 12:29 PM
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
For saving, that's easy:
Savepicture YourPictureBox.Picture, "C:\TEMP\YourImageFile.BMP"
For Printing, I've never tried it so I can't help you...
Good luck!
katz
Oct 31st, 2000, 02:25 PM
Originally posted by Alain
For saving, that's easy:
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
katz
Oct 31st, 2000, 02:29 PM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.