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
Printable View
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:
For Printing, I've never tried it so I can't help you...Code:Savepicture YourPictureBox.Picture, "C:\TEMP\YourImageFile.BMP"
Good luck!
______________________Quote:
Originally posted by Alain
For saving, that's easy:
For Printing, I've never tried it so I can't help you...Code:Savepicture YourPictureBox.Picture, "C:\TEMP\YourImageFile.BMP"
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
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