I have code that performs a search to find instances of a word in some user-entered text in a text box. How do make the word(s) change to bold in the text box when they have bee found?
Thanks!
Printable View
I have code that performs a search to find instances of a word in some user-entered text in a text box. How do make the word(s) change to bold in the text box when they have bee found?
Thanks!
If you use the RichTextBox control you can set each sentence/word/character with his own font/size/color
use a richtextbox instead