Thread: Remove ActiveX from VC++ project

  1. #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

  2. #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

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    70
    Is this proper way to remove ActiveX from project?
    Chintan R Naik

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Project Help please!
    By black_hole??? in forum C++ Programming
    Replies: 4
    Last Post: 04-28-2009, 12:55 AM
  2. Open-source Game Project
    By Glorfindel in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 03-24-2009, 01:12 AM
  3. MFC in an empty project
    By cunnus88 in forum Windows Programming
    Replies: 0
    Last Post: 10-09-2005, 09:19 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM
  5. using the ActiveX control
    By jverkoey in forum Windows Programming
    Replies: 3
    Last Post: 04-10-2004, 06:44 PM