Problem With Rich Text Box
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hello Friends, I am developing a windows application in which i have used a RichTextBox. I want that some data in RichTextBox comes in bold and some text in Regular size. Please tell me how can i do that... Thanks
You can use SelectionStart, SelectionLength and SelectionFont properties of RichTextBox class for that.
Giorgi Dalakishvili #region signature my articles #endregion
-
Hello Friends, I am developing a windows application in which i have used a RichTextBox. I want that some data in RichTextBox comes in bold and some text in Regular size. Please tell me how can i do that... Thanks
Hi D i x y. Did you see this : http://www.codeproject.com/KB/recipes/RtfConverter.aspx
The Freshman