save / load RTF document using RichTextBox
Published: 21. January 2009 | Updated: 21. January 2009License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Text Winforms
richTextBox1.SaveFile(@"C:\text.rtf"); richTextBox1.LoadFile(@"C:\text.rtf");
| Send us feedback about this snippet » |





