using C# library in VB 6.0

  • Thread starter Thread starter Nabeel Moeen
  • Start date Start date
N

Nabeel Moeen

hello,
I have a library created in c# which i'm trying to use in a VB ActiveX DLL.
i was able to generate an interOp assembly ... but having problems accesing
a property whcih is defined as a SortedArray in C#.
How do i index the property in VB?
i get an "Invalid number of parameters specified" error when i try to access
a particular index of the property.
 
Back
Top