Hello,
I am trying to use C# code from VB6 using COM wrapper.
Is there an example on how to pass an object from VB6 to C#?
For example my C# method is public void PassObject(Item itm) where Item is the C# class.
Trying to pass a similar class from VB6 I get the error "runtime error 438 object doesn't support this property or method"
Thank you
I am trying to use C# code from VB6 using COM wrapper.
Is there an example on how to pass an object from VB6 to C#?
For example my C# method is public void PassObject(Item itm) where Item is the C# class.
Trying to pass a similar class from VB6 I get the error "runtime error 438 object doesn't support this property or method"
Thank you
Comment