I have two RichTextBoxes in a windows form. The first, rtbSource, is loaded from an rtf file. I want to be able to select text from rtbSource and copy it into rtbDestination with all the formatting intact. I do the following:
rtbDestination.Rtf = rtbSource.SelectedRtf
The problem is that...
Hello,
I have the strangest problem working with a RichTextBox. I want the user to be able to select a chunk of text in a RTF box and make the text bold by clicking a button. This works fine the first time, but the second time not at all. In fact, when I did a step by step through the code, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.