Use OCX without registering it
Is it possible to use an ocx (ActiveX Control) on a winform (probably adding it programatically) without first having the ocx registered with regsrv32? What I'm trying to achieve is to enable xcopy installation. I've had the "AxInterop. .dll" and "Interop. .dll" file generated from my dev machine. I've seen the possibility of calling a COM dll without first registering it ( ProSysLib , according to the author, but I haven't tested it yet), since ocx is also COM based, thus I assume that there must be some way to do that as well. Yes, this can be done. You must assume your application will only