21KristianN 0 Newbie Poster

Dear everybody,
i hope that someone Can help me. I have a form where i want to print some textboxes on one page and then Force a print on a second page even though the first page isn't full.

Like:
printdocument1.print
e.Graphics.DrawString(textbox1.Text, textbox1.Font, Brushes.Black, 9, 55)

'and then go to a new page

e.Graphics.DrawString(textbox2.Text, textbox2.Font, Brushes.Black, 9, 55)

how do i do that????

Please help somebody