How are you tracking the changes anyway? Using one of these?:
If you are using these events separately for each box, it should work appropriately.Code:Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged End Sub




Reply With Quote