Support for ActiveX in MFC projects
-
Hi, I've created an MFC project (a Single document application) in Visual C++ 6.0 and I didn't check the "ActiveX support" box. And by now, I have to insert an ActiveX control in my project ! Of Course, It doesn't work... :(( So, is there a way to add Active X support without restarting my project from scratch ? Thanks...
-
Hi, I've created an MFC project (a Single document application) in Visual C++ 6.0 and I didn't check the "ActiveX support" box. And by now, I have to insert an ActiveX control in my project ! Of Course, It doesn't work... :(( So, is there a way to add Active X support without restarting my project from scratch ? Thanks...
-
Simplest way is to create two dummy projects, one just like your existing one, with no ActiveX support, and a second with the ActiveX support on. Then just use WinDiff on the files (including the DSP) to see what changes you need to make. Steve S