Is it necessary to distribute all the ActiveX control's that I use in my program for proper functioning of it in others computers?
Printable View
Is it necessary to distribute all the ActiveX control's that I use in my program for proper functioning of it in others computers?
I'm pretty sure the Package and Deployment wizzard takes care of that for you.
It is only necessary if the user's don't have the correct version of them already. To be sure it will work regardless of that, you better include them. You can use P&D wizard, or maybe the new Visual Studio Installer for this.