*Experts* DiverDan Posted May 5, 2003 *Experts* Posted May 5, 2003 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 Quote Member, in good standing, of the elite fraternity of mentally challenged programmers. Dolphins Software
*Experts* Nerseus Posted May 5, 2003 *Experts* Posted May 5, 2003 I think you have to use the Rtf property, not the Text property. -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
*Experts* DiverDan Posted May 5, 2003 Author *Experts* Posted May 5, 2003 Thanks Nerseus...That did it perfectly! Quote Member, in good standing, of the elite fraternity of mentally challenged programmers. Dolphins Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.