Is it true that a collection in Visual Basic can only have a length of 256 and no more?
How do we overcome this limitation?

I want to store objects (about 2500 in number). What is the easiest & fastest way to do it ? Does Visual Basic offer workaround?

Is there any way I could emulate a collection object using an array of objects internally inside a class exposing the same methods & properties as those exposed by a collection? I have already used a collection in my code & want to disturb the code already written as least as possible.

Please help me ASAP.
Thanks.
Sanjay.