How to use ActiveX Control in .Net ?
ActiveX control is a special type of COM component that handles a User Interface. Using ActiveX Control in your .Net Project is even simpler than using COM component. They are bundled usually in .ocx files. Again a proxy assembly is made by .Net utility AxImp.exe (which we will observe shortly) which your application (or client) uses as if it is a .Net control or assembly.