Re: programattically adding Text to RichTextBox
- From: "Rachel Suddeth" <rachel@xxxxxxxxxxxx>
- Date: Wed, 20 Jul 2005 11:47:59 -0500
Thanks so much! I love it when someone hands me a simple solution :-)
-Rachel
"Siva M" wrote
> Hello,
>
> It is the intended behavior when the whole text in the rich text box is
> replaced (RCB.Text = RCB.Text + string1; is actually replacing the whole
> text). Try RichTextBox.AppendText() method to append while retaining the
> formatting.
>
> -Siva
>
.
- References:
- programattically adding Text to RichTextBox
- From: Rachel Suddeth
- Re: programattically adding Text to RichTextBox
- From: Siva M
- programattically adding Text to RichTextBox
- Prev by Date: Re: Cause form to blink different colors within the task bar?
- Next by Date: start assembly from "class library" project
- Previous by thread: Re: programattically adding Text to RichTextBox
- Next by thread: Cause form to blink different colors within the task bar?
- Index(es):
Relevant Pages
|