I have got my program to print using the wxPrintout wxDC and such. However, When I use dc->DrawText("my text");
I have only been able to ouput one page of text. When I go to the print preview, and go to the next page it has the same text as the first page. All of my pages have the same text on them.
How do you print out more than one page of text?
2. Re: How do you print more than one page of text???