Hi all,

I know how to print the contents of a Richtextbox (see the RichTextBoxPrintCtrl control, http://support.microsoft.com/kb/811401), but on this way the contents of the Richtextbox is treated as one completed document, in other words, after the contents has been printed, the page is ejected from the printer. Even if the Richtextbox contains only one line of text or only one small picture, the page is ejected.

I want to print the contents of a Richtextbox, followed by some regular text (e.g. from a normal textbox), on one page.

Or: Print first regular text, then a Richtextbox, then regular text, then a Richtextbox on one page.

Anyone know how to do this? I'm programming in VB.NET, 2005.
Help is greatly appreciated.
Thanks in advance.