I have a form with a picture box containing lines and rotated text. I can print the lines using regular printer.print code but the text does not show. That's one issue I need to resolve.

My work-around is to print the entire form using "printform" after making several controls on the form invisible. Doing so will show the rotated text and the lines together, even though it is not to scale. However, each time I do, the result is less than satisfactory because the form only fills half my printed sheet. I want it larger. I have tried to resize the picture box and the form but then it is off the screen and I can't place the lines and text appropriately. I have left a similar message on the AOL boards but no takers. Is there a way to adjust the size of the form and picture box to a designated dimension when printed? Any help will be greatly appreciated.