12-29-2011, 10:08 PM
(This post was last modified: 12-29-2011, 10:11 PM by AceInfinity.)
I still administer Tech.Reboot.Pro, so that's still my first priority, but I am not on a indefinite absence anymore here. I just won't bother with any debates on the Support Feather or anything to do with HF on this forum. It's a waste of my time. You'll still see all my latest greatest codes and releases and other stuff on Tech.Reboot.Pro. I use that site exclusively for all my best stuff to share with the members there
What this does, is defines a List of type string, formatting each item string as a listview item in the Listview collection based on the search text which is what gets compared to with the List of string which further filters the Listview collection.
Much better than using an array because of the methods contained in List(of T) and furthermore List(of T) can deal with larger data, and retrieve data faster than looping through an array. It's also a memory saver in comparison to an arraylist.
I tried using predicate in my newest method, but it's not yet compatible to work with subitems as columns more than 1 in a listview control if you want to get or search through items in a specific column, whereas this is fully customizable for that.
Edit: I noticed I got removed from my one and only Geek Squad though eventually at some point lol
What this does, is defines a List of type string, formatting each item string as a listview item in the Listview collection based on the search text which is what gets compared to with the List of string which further filters the Listview collection.
Much better than using an array because of the methods contained in List(of T) and furthermore List(of T) can deal with larger data, and retrieve data faster than looping through an array. It's also a memory saver in comparison to an arraylist.
I tried using predicate in my newest method, but it's not yet compatible to work with subitems as columns more than 1 in a listview control if you want to get or search through items in a specific column, whereas this is fully customizable for that.
Edit: I noticed I got removed from my one and only Geek Squad though eventually at some point lol