Ok I have a RichTextBox, which is used as the main chat window of my app.

So it would be like,
User1: Message
User2: Message

I want to bold the "User1:" and "User2:"

I was thinking I might search along the line until I find the first :

But of course I don't have any code for this, any help would be great.