I am having a picture box in which I had drawn some graphics using the Line methods and printed some text using the TextOut API. Now how do I print the information present in it on to the printer.
Pavan Kalyan
Printable View
I am having a picture box in which I had drawn some graphics using the Line methods and printed some text using the TextOut API. Now how do I print the information present in it on to the printer.
Pavan Kalyan
Like this:
Printer.PaintPicture Picture1.Image, 0, 0
For this to include the graphics you added at runtime, be sure to use a Picturebox with the AutoRedraw Property Set to True so that your Changes are Persistent.
Aaron Young
Analyst Programmer
[email protected]
[email protected]