Hello!

I have another question regarding Printer object.
I tried to print contenst of picture box but I got an error. In picture box I drew two lines and some text with Picture1.Print and Picture1.Line statements. But when I tried to print that picturebox with statement Printer.PaintPicture Picture1.Picture, I got an error -- it said there was no picture.
How can I print content of picture box without .Picture property or without that annoying error?