N
njuneardave
I know that there is an rtb.SelectionStart and rtb.SelectionLength
where you can set the length and beginning index of highlight in an
RTB. but, say I wanted to highlight multiple items at once (for
example, go to MS word.... type in the same word a few times and then
highlight what you typed. then CTL+F for the Find window, and try to
find that word "in selection range". every instance of the word can be
highlighted.) I want to do the same thing.
I know that the pre-defined rtb.Find() method will highlight a word in
a range if it is equivalent to your search key, but can you highlight
all words that match the key at the same time?
Thanks in advance for your help.
where you can set the length and beginning index of highlight in an
RTB. but, say I wanted to highlight multiple items at once (for
example, go to MS word.... type in the same word a few times and then
highlight what you typed. then CTL+F for the Find window, and try to
find that word "in selection range". every instance of the word can be
highlighted.) I want to do the same thing.
I know that the pre-defined rtb.Find() method will highlight a word in
a range if it is equivalent to your search key, but can you highlight
all words that match the key at the same time?
Thanks in advance for your help.