listview searching

  • Thread starter Thread starter Snuggs
  • Start date Start date
S

Snuggs

list box has a function called "FindString" that searches the list in
for the text entered.

I am using list VIEW and need this same functionality, I have multiple
columns all of which I can search ascending or decending, but I wish
to search the first column by say entering text in to a text box and
on the text change event search the list view for the closest match,
any of you guys/galls know how to do this

regards

Snuggs
 
list box has a function called "FindString" that searches the list in
for the text entered.

I am using list VIEW and need this same functionality, I have multiple
columns all of which I can search ascending or decending, but I wish
to search the first column by say entering text in to a text box and
on the text change event search the list view for the closest match,
any of you guys/galls know how to do this

Snuggs,

Have you tried using the LVM_FINDITEM message?

Dave
 
Back
Top