![]() |
| | #1 |
| Registered User Join Date: Jun 2003
Posts: 70
| Remove ActiveX from VC++ project I have developed project using MS VC++, "MFC ActiveX ControlWizard". I know how to add ActiveX controls into the project and I have already added one control in to my project. But now I want to remove it from project. I have even searched for that around net but don't get solution. Hope for solution from you..... Thanxs
__________________ Chintan R Naik |
| cr_naik is offline | |
| | #2 |
| Registered User Join Date: Nov 2001
Posts: 1,348
| Here are the steps for removing a COM object from a project. - Remove *.h - Remove COM object from object map (BEGIN_OBJECT_MAP) - Remove IDL code - Remove COM object registry information from *.rc file - Remove *.h, *.cpp, and *.rgs files from project Kuphryn |
| kuphryn is offline | |
| | #3 |
| Registered User Join Date: Jun 2003
Posts: 70
| Is this proper way to remove ActiveX from project?
__________________ Chintan R Naik |
| cr_naik is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Project Help please! | black_hole??? | C++ Programming | 4 | 04-28-2009 12:55 AM |
| Open-source Game Project | Glorfindel | Projects and Job Recruitment | 0 | 03-24-2009 01:12 AM |
| MFC in an empty project | cunnus88 | Windows Programming | 0 | 10-09-2005 09:19 AM |
| Game Independent Anti-cheat Project Needs Programmers | GIA Project Lea | Projects and Job Recruitment | 3 | 09-15-2005 07:41 PM |
| using the ActiveX control | jverkoey | Windows Programming | 3 | 04-10-2004 06:44 PM |