im getting tired of dont know how to use that damn collections..any tuturials explaining in-deph how to use them?
Printable View
im getting tired of dont know how to use that damn collections..any tuturials explaining in-deph how to use them?
Do you mean collections in general? Or just the difference between .NET collections and VB6 collections?
DIctionaryBase is the way to go for vb6 style collection but if you are just throwing any data or abject and looping through a Collection Base is the way to go. As far as ArrayList and the others I don't know I just make a special one for my needs when i need it using the bases. Search for my name and look at the form datashaaring bit for a example of a collection class that uses inhertiance and one that does not
k