Results 1 to 6 of 6

Thread: Removing Controls ** Resolved**

  1. #1

    Thread Starter
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479

    Removing Controls ** Resolved**

    I've just made some changes to an ActiveX Control.
    Then re-made the .OCX file.
    Now I have 2 references to this controls project in my components gallery.
    How do I get rid of the old one.
    Last edited by GlenW; Jul 1st, 2002 at 06:35 AM.

  2. #2
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160
    Can't you just go to Project/Components and uncheck the one you don't want?

  3. #3

    Thread Starter
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479
    Originally posted by SeanK
    Can't you just go to Project/Components and uncheck the one you don't want?
    Sorry, I didn't explain my problem very well.
    I've now got 2 items in the components list called 'GlenControls'.
    Both of which point to the same set of controls.
    Why?

  4. #4
    Yash_Kumar
    Guest

    Re: Removing Controls

    Originally posted by GlenW
    I've just made some changes to an ActiveX Control.
    Then re-made the .OCX file.
    Now I have 2 references to this controls project in my components gallery.
    How do I get rid of the old one.
    When you compile an OCX, VB automatically registers it for you so it appears in your Component list. Deleting the OCX won't delete the registry entry. You would have to look for it in the registry which is a daunting task. Its better you leave it like that

  5. #5
    Yash_Kumar
    Guest
    You should have unregistered your control before deleting it. I guess now its too late

  6. #6

    Thread Starter
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479
    I've deleted all the entries for the controls in the registry, after saving the latest version to disk.
    Re-installed them and it seems to have sorted the problem.
    Cheers.

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