Possible Duplicate:
How to select text from the RichTextBox and then color it?
I don't really have any code to show, because I don't know :(. I have a server that outputs information with tags. For example:
15:44 [INFO] Loaded Properties
15:45 [ERROR] Properties not found
How do I look in the richtextbox and make all ERROR tags red, INFO tags GREEN, etc.?