GeoffS Level: VB Lord

 Registered: 29-09-2004 Posts: 536
|
Re: Printing the pictureBox
Hi,
I presume what you mean here is that it is printing the part of the graphic that cen be seen in the actual PictureBox control, but that the graphic is infact larger than the control so there are some portions which are hidden, and it this part of the graphic that is not printing.
This being the case you need to make sure that in the PaintPicture function you specify the size of the graphic, see the code I entered a couple of topics ago here
____________________________
multi-tasking - the ability to hang more than one app. at the same time.
|