home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 4_2005-2006.ISO / data / Zips / Fast_ListV1996125222006.psc / @PSC_ReadMe_65422_1.txt
Text File  |  2006-05-22  |  1KB  |  8 lines

  1. Title: Fast ListView DeDuper / String Search (finally!)
  2. Description: I searched all over Google and PSC, there isn't a "straight to the point" listview deduper using API. Using VB6 is EXTREMELY slow, and using the built in listview FindItem() function is horrible in performance. API was the solution for me but there is few resources out there for listviews and deduping with api so I took this one upon my self and wanted to share it. It's my hope also that maybe we can get it to go faster... NOTE: This will only dedupe a listview based on the Primary column, it will not work for deduping the subitems unless you modify the code. Enjoy.
  3. UPDATE: Added a faster method using a collection (credit to Steppenwolfe)
  4. This file came from Planet-Source-Code.com...the home millions of lines of source code
  5. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=65422&lngWId=1
  6.  
  7. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  8.