Peter Bromberg replied to Hema Moss
06-Sep-10 06:08 PM
Generally a RichTextBox control has two properties, RTF and Text.
RTF expects correctly formatted Rich Text which includes all the special RTF markup codes.
The Text property expects plain text without formatting codes.
If you are reading from a text file and it does not include RTF markup, then you have no choice but to assign your "stuff" to the Text property.