Reputation: 129
I am trying to write data to an RTF file and set certain characters to a different color. I found out how to do it in a box but I can't figure out how to write it to a file.
Upvotes: 0
Views: 2978
Reputation: 18286
If by "do it on a box" you mean RichTextBox you can use the RichTextBox.SaveFile() mothod. Take a look here.
RichTextBox
RichTextBox.SaveFile()
Upvotes: 1