Hi,
I am working on CListCtrl, I need to apply filters on all the subitems.

The values entered in a Dialog box for a field should result in a items in ListCtrl with those values only. (user may give values for multiple fields to filter accordingly). How to do that?

I've tried FindItem() function with LVFINDITEM Structure, but it is not suited for multiple fields.

So how to filter out items on specific text in their subitems???

thanx.