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.