S
Scott Meddows
How do I write an interface to a class that represents a group of objects
like I would the controls object?
i.e.
I want to do this....
Dim simpleObject as new MyObjectGroup
Dim anObject as AnObjectInTheGroup
For each anObject in simpleObject
' Blah
Next
I remember in VB 6 (pauses for cringes), you implemented a COM interface.
How do you do this in .NET?
Thanks
Scott
like I would the controls object?
i.e.
I want to do this....
Dim simpleObject as new MyObjectGroup
Dim anObject as AnObjectInTheGroup
For each anObject in simpleObject
' Blah
Next
I remember in VB 6 (pauses for cringes), you implemented a COM interface.
How do you do this in .NET?
Thanks
Scott