I am doing some maintenance in a VB6 Windows application. I have a .Net user control component that I would like to use in VB6 form. Is it possible? I know how to access non-visual .Net components from VB6 by creating a COM type library for the .Net DLL, but can user .Net control like .OCX from VB6 be used? If so, how is the control instantiated in VB6, added to the form, etc.
Thanks in advance for any answers.
source share