0
Answer

RichTextBox.Text = "I am confused";

Silvia Steven

Silvia Steven

17y
2.1k
1
Dear All

I have searched allot trying to find out a resolution for this bug. accessing the
the text property of RichTextBox clears out the Undo buffer. some says it is
fixed in new service packs. I have the latest service packs but it is not
working yet. here is the problem:

RichTextBox r = new RichTextBox();

r.Text = "Any Text"

the result is that the Undo buffer is lost

is there any resolution for that ?

-Silvia