how do I convert the text printed in a picturebox to a bitmap. I have a blank picture in a picturebox. I print some text in the picturebox using print method (picture1.print). When I copy the picure to another picturebox using paintpicture methord, only the picture is copied and not the text. COuld someone please explain how to do it. thanks