Highlight the text of listboxitems inside a listbox depending on the textbox :
- by Malcolm
I have a listbox and I display incremental search result in it based on the text changed event of a textbox, everytime I update the listboxitemsource. The items displayed inside a listbox the text of it must be highlighted.
Suppose the person enter in textbox sy and the listbox displays the result all getting started with sy :
Somewhat like this...,
System
SystemDefault
SystemFolder
so for the all above 3 results Sy must be highlighted.
How to achieve this? tx in advance