Top "Richtextbox" questions

The RichTextBox control allows to display or edit RTF (Rich Text Format) content, which may include formatted paragraphs, hyperlinks, and inline images.

Integrated Markdown WYSIWYG text editor

In looking for a straightforward WYSIWYG editor for Markdown code, I am not finding a comparible UI to that of …

ckeditor richtextbox markdown wysiwyg
How to access properties of a usercontrol in C#

I've made a C# usercontrol with one textbox and one richtextbox. How can I access the properties of the richtextbox …

c# user-controls properties richtextbox
Highlight all searched words

In my RichtextBox, if I have written as below. This is my pen, his pen is beautiful. Now I search …

c# winforms find richtextbox highlight
Storing data of rich text box to database with formatting

I am new at wpf and I want to store the data of the rich text box along with its …

c# mysql wpf database richtextbox
Windows Forms RichTextBox cursor position

I have a C# Windows Forms program that has a RichTextBox control. Whenever the text inside the box is changed (…

c# winforms cursor richtextbox
Select Range of Text in WPF RichTextBox (FlowDocument) Programmatically

I have this WPF RichTextBox and I want to programmatically select a given range of letters/words and highlight it. …

c# wpf richtextbox
How to change the background color of a rich text box when it is disabled?

Whenever I set the RichTextBox.Enabled property to false, its background color is automatically set to gray as it is …

c# .net winforms richtextbox
How to make some text bold in a rich text box in C#

I want to create a text editor where I can make text bold, change its color, etc. I found this …

c# winforms richtextbox rtf bold
Links inside rich textbox?

I know that richtextboxes can detect links (like http://www.yahoo.com) but is there a way for me to …

c# winforms hyperlink richtextbox rtf