How can I manipulate a VB6 Collection in .NET?
        Posted  
        
            by jhominal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jhominal
        
        
        
        Published on 2010-06-01T08:08:33Z
        Indexed on 
            2010/06/01
            8:13 UTC
        
        
        Read the original article
        Hit count: 294
        
Hello all,
I am currently in the process of designing an interface for .NET software that would be consumed by COM objects - specifically, VB6.
While I have found a number of pages by Microsoft detailing how to make an COM-interoperable interface, I am currently tripping over the use of Collections in design time: I would like to be able to use a standard VB6 "Collection object" in the .NET program - for example, specify an argument as being a VB6 collection - and thus minimize the time necessary for clients to consume the interface.
Thank you in advance.
© Stack Overflow or respective owner