C Board  

Go Back   C Board > Platform Specific Boards > Windows Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 07-02-2003, 02:37 AM   #1
Registered User
 
Join Date: Jun 2003
Posts: 70
Remove ActiveX from VC++ project

Can anybody please tell me how to completely remove activeX control from 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   Reply With Quote
Old 07-02-2003, 09:33 AM   #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   Reply With Quote
Old 07-02-2003, 11:15 AM   #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   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 09:58 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22