S
Scott Allaire
I want to be able to track what a user changed in a RichTextBox. That
is I want to know what they added, deleted or changed and where that
text was located. I have a TextChanged EventHandler set up and it
gets called when I type something or delete something, but I don't
know how to extract the information I need from the EventArgs.
Can someone send me an example of how to do this?
Thanks.
is I want to know what they added, deleted or changed and where that
text was located. I have a TextChanged EventHandler set up and it
gets called when I type something or delete something, but I don't
know how to extract the information I need from the EventArgs.
Can someone send me an example of how to do this?
Thanks.