Class Designer in Visual Studio 2005

RodneyJ

New member
Joined
Feb 16, 2006
Messages
1
Location
Northampton, UK
Programming Experience
10+
I am using VB 2005 and have created a Class in the Class Designer. The Class includes a private field called 'Country' that will contain the relevant country name e.g. UK, Italy,...
I want the Country Names to be contained in a Collection which I would normally declare as
Dim Countries as new Collection()
If I do this in the class code the designer does not recognise 'Countries' as a type. Is there a way of declaring the Collection class on the designer pane?
Many thanks
 
Back
Top