Hi
I want to instantiate classes that I have written in Visual Studio 2008 and then populate a listview with these instances which resides in a form that opens up from within Visual Studio. To give you an example let's say we have a class Employee
within our solution. Using VS Extensibility I would like to open a form in VS that contains a listview. Then I would like to create 100 Employee
instances populating the listview and be able to edit their properties. Obviously if I change something in the class Employee
e.g: add an attribute date of birth, then the listview will have to be updated. Can anyone provide any examples or links that would be helpful?