|
-
May 13th, 2007, 03:20 PM
#1
Thread Starter
New Member
How to print the contents of a Richtextbox and a normal textbox on one page?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|