blah blah blah is here! blah blah » Close

0
votes
2 answers

RichTextBox TextChanged event not firing

What could I be missing if my rtb2 is not firing. The event handler is there, but on the first pass of the following code, the event does not fire. private void frm_Load(object sender, EventArgs e) { rtb1.text = ""; rtb2.te ...

Feedback