Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Finding an item in ListCtrl

Finding an item in ListCtrl

Scheduled Pinned Locked Moved C / C++ / MFC
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Ozgur
    wrote on last edited by
    #1

    Hi, In order to find an item in a ListCtrl i am using Find method of ListCtrl My code snippet is : CString sText="something"; LVFINDINFO info; info.flags = LVFI_PARTIAL | LVFI_STRING ; info.psz =(LPCSTR) sText; int nIndex = FindItem(&info); //it is always returning 0 even not -1 o indicate that the item is not in the list.I can see my item with the text in ListView but It can not find the item... Any ideas that can put some light... with greetings from Germany Özgür

    T 1 Reply Last reply
    0
    • O Ozgur

      Hi, In order to find an item in a ListCtrl i am using Find method of ListCtrl My code snippet is : CString sText="something"; LVFINDINFO info; info.flags = LVFI_PARTIAL | LVFI_STRING ; info.psz =(LPCSTR) sText; int nIndex = FindItem(&info); //it is always returning 0 even not -1 o indicate that the item is not in the list.I can see my item with the text in ListView but It can not find the item... Any ideas that can put some light... with greetings from Germany Özgür

      T Offline
      T Offline
      Tomasz Sowinski
      wrote on last edited by
      #2

      If FindItem returns 0, first item in your list contains 'something'. Item numbers are 0-based. Tomasz Sowinski -- http://www.shooltz.com

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups