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.

Removing resize handlers on contentEditable div

I created a contentEditable div to use as a rich textarea. It has resize handlers around it that I'd like …

html richtextbox contenteditable designmode richtextediting
Programmatically Add a Control to a TabPage

All, I want to add a custom RichTextBox to a WinForm TabPage. I have tried various things illustrated by the …

c# richtextbox tabpage
How to get RTF from RichTextBox

How do I get the text in RTF of a RichTextBox? I'm trying to get like this, but the property …

c# .net wpf wpf-controls richtextbox
WPF RichTextBox with no width set

I have the following XAML code: <Window x:Class="RichText_Wrapping.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/…

wpf richtextbox
read line by line from richtextbox and show in label (vb.net)

I would like to read line by line from richtextbox and show each line every a second in label. I …

vb.net label richtextbox line-by-line
Loading embedded resource .rtf file into richtextbox on load C#

Ok so I read about loading an embedded rtf into a rich text box and I am trying to do …

c#-4.0 resources richtextbox rtf embedded-resource
Dynamically adding hyperlinks to a RichTextBox

I'm trying to dynamically add some hyperlinks to a RichTextBox using WPF and C# but am not having much success. …

c# wpf hyperlink richtextbox
What is the benefit of using a RichTextBox over a TextBox?

After doing a bit of digging i found some (minor - in my opinion) added benefits in using a RichTextBox. …

c# .net textbox richtextbox
Prevent Autoscrolling in RichTextBox

I have a readonly data logging window that I implemented using the RichTextBox control. I'd like to be able to …

c# winforms richtextbox
jQuery Rich Text Editor

I'm currently using TinyMCE 3 on a site, but have noticed it's pretty bloated (many files to download, etc.). I'm working …

jquery jquery-plugins richtextbox richtext rich-text-editor