Creating an ActiveX Control (OCX) in VB.net 2010
1 answer
Are you asking how to create an ActiveX control, or asking how to create controls that can be used by other CLR-based applications?
To create an ActiveX control, see this link, which outlines the steps to do so: Create an MFC ActiveX Control
To create standard controls, you use a dll (class library) and you can add as many controls to it as you like. You don't need a dll for every control, although you can.
0
source to share