I have a VB6 COM DLL that has a lot of function returning collection classes.
I try to use this COM in VB.NET using COM interop, and i can call the functions, BUT since the function are returning a collection class i don't know what kind of object i should return them in, i have tried System.VisualBasic.Collection but it is not the same.
Does anyone have a clue about this i be greatful, i have searched the net and found nothing...
-glenn