Please be gentle,
I am essentially trying to create a list of records in VB.net using the 1.1 framework.
It seems that I should be using an object even though I have only properties but no methods (more like a traditional record), I would like to store a list of objects, how can I create the list and add an instance of the object to the list.
I do have sample code that almost works but it is too poor for public display.