B
Brian
This question is the same issue as my last post, but has been simplified
somewhat as the question was unclear.
If I had a .NET program that was equivalent to a VB6 ActiveX DLL with 2
Class Module's, is it possible to pass one of these classes as a parameter
to an early bound COM object and how would this be done.
The object is passed to VBScript via the Windows scripting host (COM) . This
is then passed to a late bound COM object via the VB script which would use
the .Nets object's methods in the late bound COM object as if it were the
original COM component.
somewhat as the question was unclear.
If I had a .NET program that was equivalent to a VB6 ActiveX DLL with 2
Class Module's, is it possible to pass one of these classes as a parameter
to an early bound COM object and how would this be done.
The object is passed to VBScript via the Windows scripting host (COM) . This
is then passed to a late bound COM object via the VB script which would use
the .Nets object's methods in the late bound COM object as if it were the
original COM component.