Hi all!!
Is there an easy way to Highlight the selected text in a RichTextBox?
Thanks!
Printable View
Hi all!!
Is there an easy way to Highlight the selected text in a RichTextBox?
Thanks!
yes , set HideSelection to False
Do you care to elaborate on that!
What does that do for me??
Thanks!
that highlights the selected text in a richtextbox , if hideselection is set to true , selected text doesn't show highlighted ( ie: so you can see what's selected ) , setting hideselection stops the selected text from being hidden ( hence the name , hideselection )
I really think that we are not talking about the same thing here. Call me stupid but how is changing the setting going to help me to highlight the text?
I was assuming that I can not just call a highlight feature in my Rich Text Box if so how??
For some reason I was assuming that it takes a module or something like that.
Thanks!!
PS: All I want is the color Yellow, I don’t have to have a selection.