DiverDan
Contributor
Generating formatted text code is easy enough through wordpad and opening the rtf file in notepad....but how can the formatted text then be displayed in a RichTextBox?
RichTextBox1.Text = "{\rtf1\ansi\...etc}" won't do it.
Thanks
RichTextBox1.Text = "{\rtf1\ansi\...etc}" won't do it.
Thanks