Richtextbox formatting between events
I am using a richtextbox to read information in when a use clicks a button. on every click i need to display a differet color for the text. What happens is that all my previous formating is lost and only the latest is saved. Is there a way to prevent this from happening.
I am currently using the following method to add the new text to the box
ImportTextBox.Text &= NewText |
I then select the new text and apply the formatting, like i said previously only the latest changes stick the others are removed. Any help with this would be great. Thanks

