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
Printable View
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
Make sure auto redraw is true
then use
Printer.PaintPicture picture1.Image
Printer.EndDoc