Hot to wrap a Vb.Net class as a VB5 class

markkg

New member
Joined
Jul 19, 2006
Messages
1
Programming Experience
1-3
I am passing a VB.Net class as an object to a function written in VB5. When the VB5 function tries to store the VB.Net class in an object variable it fails.

Is there any way to wrap up the VB.Net class as a VB5 class before passing it to the VB5 function?
 
I think you may need a COM-wrapped .NET DLL, that you can add a reference to in your VB5 project.

I'm not sure how this is acheived, but this may point you in the right direction
 
Back
Top