VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Search Listview in any mode

by William W (6 Submissions)
Category: VB function enhancement
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

Search a Listview in any mode (icon, list, report)
searches a listview even the sub items are included
Includes multiple selections (selects all matches throughout the listview)
Case sensitive searches possible
Restrict the search to a single column or search all columns(subitems)
Fast enough to search through 20000 items as you type
Upon initialization the items and subitems are appended to the tag property of each main item greatly speeding up the search.
SearchListVw(Listview,Searchtext,Start,CaseSens,MultiSelect,RestrictedColumn)
*Limitations*
no whole word only searching
no search direction (only top to bottom)

Rate Search Listview in any mode

Download Search Listview in any mode

Download Search Listview in any mode (78 KB)

Search Listview in any mode Comments

No comments have been posted about Search Listview in any mode. Why not be the first to post a comment about Search Listview in any mode.

Post your comment

Subject:
Message:
0/1000 characters