Collection Object returned from VB6

sreeramg

New member
Joined
May 27, 2003
Messages
1
Hi,

I have a VB6 Dll that returns a Collection object for a Function Call. I want to use that Collection in my ASP.NET application using C#.

I tried to cast it as ArrayList, CollectionBase etc., but none of them are useful.

Anybody has an example of working with a Collection object retruned from VB6.

tia
 
Back
Top