F
Fool
Hi,
I want a rich textbox that dynamically highlights particular words
immediately after they are typed. Just looking for some general
tips...
I tried putting some code in a sub that handles the textchanged event
for that textbox. The issue here is that the focus jumps to the words
to be highlighted (naturally, I suppose, since my technique is to
search for specific words, select them, and highlight them). But I
need to get the words to highlight without moving around the caret,
thus interfering with the user's attempt to type!
Any suggestions? Thanks!!!
Fool
I want a rich textbox that dynamically highlights particular words
immediately after they are typed. Just looking for some general
tips...
I tried putting some code in a sub that handles the textchanged event
for that textbox. The issue here is that the focus jumps to the words
to be highlighted (naturally, I suppose, since my technique is to
search for specific words, select them, and highlight them). But I
need to get the words to highlight without moving around the caret,
thus interfering with the user's attempt to type!
Any suggestions? Thanks!!!
Fool