The text of this article is not in this database — only its details are. Read it on the old site: Word Processing with an Extended Rich Text Box Control
16 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Chand MohammadPosted Aug 20, 2011, 10:32 AM
Dear sir, thanks for such a great code for RTFs, Can we find and replace with font formats (like MS word Search Formattings)
Ellen RamckePosted Jun 30, 2011, 4:02 PM
Very great code Tnx much!! http://social.msdn.microsoft.com/Forums/en-US/visualbasicde/thread/6f277286-8526-49e7-b8d8-03d9a8bae578 the posts in msdn Ellen
Stefan WeissPosted Jun 30, 2010, 6:49 AM
Hi Scott, very nice Code! :-) Do you have an example for adding a table with and fill the cells with a string? thanks
Francisco PapiaPosted Apr 22, 2010, 11:03 PM
Very good code. Very clean code. Very understandable.
Kim AcketPosted Mar 24, 2010, 1:01 PM
I have a question, I would like to create a custom user control of this Richt text editor. How can I do this? Thanks out front.
TimPosted Feb 11, 2010, 8:45 AM
Hello, I have try the code and its works fine but i like to shrink the picture because its take all my space from my richtextbox my image is 50x50 inch so its really small but i get it large and not small and how can i set the image above the page. please thanks tim email : [email protected]
isuru dheerasinghePosted Oct 9, 2009, 12:48 PM
Me code aka deepan<!--Session data-->
JohnnyPosted Oct 9, 2008, 4:43 PM
Very good vb program. I do however have a query! I load all my RTF files from embedded resources and would appreciate a sample of code that i can add, which will produce the goods made from the RichTexteditor. When i make a rtf file from the RTEditor and save it, i then add this file to my resources, i reference to it, but the entire rtf will not produce the goods - only jumbled line after line of letters,numbers and so on... Example: RichTextBox1.Text=My.Resources.Test (test is the name of my embedded rtf file(. Any suggestions or code will be gratefully appreciated. Thanks. Johnny...
MarkoPosted Nov 5, 2007, 4:49 PM
I would like to have a control over printing - printing a selection, a single page. How do I do that? Thanks.
dovan baiPosted Oct 31, 2007, 4:30 AM
why you use two project?
Mohamed YehiaPosted Sep 15, 2007, 10:37 AM
hello. first, I want to thank you for this article, it is very useful to me. but I want to automate ms word eg: insert new text from my application to active document directly without using (new) keyword. email: [email protected]
MIchael DPosted Mar 2, 2007, 10:50 AM
What the hell is PrintDocument1 and why can't I convert my RTF text to it?