- Version
- Download 52
- File Size 42.42 KB
- File Count 1
- Create Date May 7, 2016
- Last Updated May 7, 2016
Load RTF (Rich Text Format) File in RichTextBox Control in C#
Load RTF (Rich Text Format) File in RichTextBox Control in C#
Hi everyone, this is another sample program in c# that allows you to load rtf file in richtextbox control.
This program also uses openfiledialog control to be able browse files on your computer; the openfiledialog is set to browse for .rtf files only.
Open the project solution (.sln) in visual studio 2010 or open directly the project file (.csproj)
Happy Programming