PDA

Click to See Complete Forum and Search --> : How to print objects contained into a PctureBox?


Cris
Aug 16th, 2001, 05:27 AM
Hi anybody,

The question is simple but I don't know the answer, you see..

I would like to print the objects contained into a PictureBox. I tried with the clipboard but this not work.

Does anyone know the way to do it?

Thanks in advance,

Cris

bataeu
Aug 18th, 2001, 12:42 AM
Make sure auto redraw is true
then use

Printer.PaintPicture picture1.Image
Printer.EndDoc