The easiest is to just use Microsoft.VisualBasic.......Collection
The right way would be to either use ArrayList or implement
TypedCollectionBase.
--
Jonathan Allen
Quote:
> Has anybody got an example of doing an old style collection (where you add
> and take off objects) in VB.NET?
> Thanks
> Lee