searching a list box for a filename match...and highlighting the match

  • Thread starter Thread starter suee
  • Start date Start date
S

suee

I have a list box that searches a directory and displays all the file
listed in that directory. I now want to add the ability to type th
name of the file Im after, and have that file if found to b
highlighted...so the user can see the hightlighted file without th
need to scroll for it...
 
That should be the default behavior for a listbox from the control toolbox

the property is

MatchEntry Property

FmMatchEntryComplete: 1
Extended matching. As each character is typed, the control searches for an
entry matching all characters entered (default).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top