How do I add MFC ActiveX control to an existing activex project
activex, atl, mfc, visual-studio-2008
Solution
I just found that the templates and scripts to generate the ActiveX control code are located in :
Microsoft Visual Studio 9.0\VC\VCWizards\AppWiz\MFC\Control\
There is probably some way to modify that so that it could add a control to an existing project.
Problem
In visual studio 2008 I can create an MFC activex project and it presents a wizard to create a single activex control. I now want to create new controls within this project. I can't find any way to do this.