Hi, I've been trying to get syntax hilighting for a RichTextBox.
I am struggling trying to code it myself, so I looked around a bit, and found a cool .dll file called ColorCode.

http://colorcode.codeplex.com/

So I went into my project and imported the ColorCode.dll file. (Project>Add Reference)

However, I don't know how to use it!?

Is there anyone out there that has used this .dll file?

How can I use it to get Syntax Hilighting in RichTextBox1?

I have googled may times with no sucess.