How to use VB6 DLL from .net?
The DLL has a method called rfc that returns an array and has a parameter that is a vector of integers. How to call this dll?
Please provide examples.
var cls = new MyDllVB6.MyClassInVB6();
= cls.MyFunctionInClass( );
source
share