How to

save / load RTF document using RichTextBox

Published: 21. January 2009 | Updated: 21. January 2009
License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Text Winforms
Was this snippet helpful for you? YESYES / NONO
richTextBox1.SaveFile(@"C:\text.rtf");

richTextBox1.LoadFile(@"C:\text.rtf");
Send us feedback about this snippet »



Related Snippets: