• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

adding custom objects to collection in vb

michaelh20

Senior member
I was curious whether I can add my custom objects (like an instance of a class I wrote) to a generic Collection object, or do I have to write my own Collection object to do that?

I seem to be getting a method or property not supported error message, and either it is coming from the collection object which is puking on my custom object, or else the collection is trying to wring something out of my custom object which isn't there......
 
You should be able to store anything in a collection.
Try #VisualBasic on EFnet for more direct help.
 
Back
Top