Hi
When I write some text in Picturebox control (picturebox1.print "Hello") and then try to print the picture (printer.paintpicture picturebox1.image,0,0) it doesn't look smooth on paper - the letters are made of big pixels. How can I fix it so the printed letters would be smoother?
Thanks.

Jure