I have developed an ActiveX control in VB 6.0. I have a placeholder in my ActiveX control, where I need to load a user control developed in VB 6.0 at runtime. The user control has to be part of another DLL/OCX file.
How do I load the user control in VB dynamically?
All the user controls have some common functionalities. Can I implement the common functionalities in the base class and write only specific code in user control?