Hello fellow programmers. Happy new year to you all. I have little problem with how to go about the following.
I want to be able to search a file name amongst filepaths
For example i have a listbox containing the following paths
C:\new folder\music\track1.mp3
C:\new folder\music\Akon.mp3
C:\new folder\music\BenFolds.mp3
C:\new folder\music\Dexter.mp3
And i need to search and highlight the prefered item from a textbox. Lets say
I type in akon in a textbox so that the akon path is selected.
How do I do that?
I really need your help on this one too.
I would be very grateful as usual. Thank you all.

