I have a situation where a third-party application loads a collection of VB6 Active X DLL extensions. The only limitation for these extensions is that they contain a set of predefined IDispatch functions.
Is it possible to implement a COM-visible .NET DLL that can be replaced in place of the Active X DLL, or is there a fundamental difference between ActiveX DLLs and visible .NET COM libraries that would prevent this?
source
share