Using a custom controls DLL in a Windows Forms C# application

52 Views Asked by At

We are migrating a VBA application to a Windows Forms C# application. The old VBA application used a custom controls DLL provided by vendor. How do we use such controls (I guess MSForms) with Windows Forms?

We managed to find an interop DLL in vendor's binaries and link it to the Visual Studio solution, but the control classes are obviously incompatible with Windows Forms.

0

There are 0 best solutions below