Search & highlight text in a RichTextBox control

screenshot-thumb1.jpg

A while ago, I needed the ability to search for text in a RichTextBox control and have all occurrences of the query highlighted simultaneously. I thought this was going to be an easy task but soon discovered I was terribly wrong.

Ok, maybe its just me but I wonder why some basic functionalities weren’t just built into these controls from factory by default. Why cant I just call a method such as rtbSample.HighlightInstances(“query”); and have all instances of “query” highlighted?!

Long story short, I modified this example into what I needed and thought to share with everyone. Feel free to also modify it for your projects. And maybe I’ll come up with my custom rich text box control that has this functionality built in someday :). Hmm, before I forget, its in .NET.

Now Playing: The Corrs – Runaway

 
15
Kudos
 
15
Kudos

Now read this

On God, football, and the octopus

Over the weekend, myself and a couple of friends started talking about the FIFA 2010 World Cup and the octopous that suddenly gained celebrity status for correctly predicting the outcome of 8 matches. Needless to say, I don’t follow... Continue →