CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    India
    Posts
    15

    CListCtrl !!! Anybody

    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.






  2. #2
    Join Date
    Jul 1999
    Location
    Moscow, Russia
    Posts
    667

    Re: CListCtrl !!! Anybody

    Hi,
    Look at http://codeguru.developer.com/listvi...ilterBar.shtml

    Hope this helps,
    Oleg.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured