[Sample Of Mar 31st] How to find the text and highlight all text in RichTextBox of windows form

 

Homepage image
RSS Feed

Sample Download :

CS Version: https://code.msdn.microsoft.com/How-to-find-the-text-and-e92b8d78

VB Version: https://code.msdn.microsoft.com/How-to-find-the-text-and-5da4ceb4

The sample demonstrates how to find and highlight all matched text in RichTextBox of Windows Form.

Users can input text that they want to search in search combobox, and then they also can select find options and highlight color, if the searched text exists in richtextbox, the searched text will be highlighted with the selected color; and if the searched text can't be found in the text of richtextbox control, a prompt message will be shown.

image

You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please watch the introduction video on Microsoft Showcase, or read the introduction on our homepage https://1code.codeplex.com/.