Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~117 People Reached
Favorite Forums
Member Avatar for rodideker

I have a Build Embedded .rtf file. I use this code to read the file: [ System.IO.[COLOR=#2b91af]StreamReader[/COLOR] FReader = [COLOR=#0000ff]new[/COLOR] System.IO.[COLOR=#2b91af]StreamReader[/COLOR]((System.Reflection.[COLOR=#2b91af]Assembly[/COLOR].GetExecutingAssembly(). GetManifestResourceStream([COLOR=#a31515]"LearnAndEarn.Credits.rtf"[/COLOR]))); [COLOR=#0000ff]string[/COLOR] str = FReader.ReadToEnd(); FReader.Close(); DedicationRichTextBox.Text = str; DedicationRichTextBox.Visible = [COLOR=#0000ff]true[/COLOR]; ] And it reads it fine. But when it displays it in the RichTextBox it shows all …

Member Avatar for robopolomsky
0
117