
Problems with adding Items in collections
You are probably not creating a new instance of the object each time,
and putting the same one into the collection each time.
Quote:
> I have a problem with adding objects to a collection in
> VB.NET. When I add a new item, all the other elements get
> the values from this new item, who makes all the items in
> the collection equal to the last added element.
> What do I do?