Hi

I am using the PrintForm method of the Form Object. Currently I am having 6 Picture boxes in which One picture box is acting as an container for other five picture boxes. These Five Picture boxes contains graphics printed using Line Methods and Text Printed using the API TextOut.

Before I use this print form I am sending the main picture box which contain the others to other form by using the API SetParent and then issuing the printform for that form.

The out put which I am getting is not what exactly the form is showing.

I have set the AutoRedraw property for all the picture boxes and as well as the forms.

Please let me know where is the problem.

Regards

RM