CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ActiveX

  1. #1
    Join Date
    May 1999
    Posts
    1

    ActiveX

    How to remove ActiveX component from control toolbox in Resouce Editor ?


  2. #2
    Join Date
    Apr 1999
    Location
    Sussex, England
    Posts
    49

    Re: ActiveX

    Save a backup of your dsw file just in case. Open your dsw file into a text editor. At the bottom is a section marked:
    Package=<3>
    {{{
    {8E27C92B-1264-101C-8A2F-040224009C02} <- You will have lots of different hex numbers
    }}}

    The hex number sections refer to the ActiveX controls. Remove the ones you don't want - or remove them all. With all of them removed the section should appear:

    Package=<3>
    {{{
    }}}

    Save this as a text file and then open it in DevStudio. If you have removed all these ActiveX controls then you can add back in the ones you require. Note: this does not affect the standard controls on the toolbar.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured