|
-
Jul 1st, 2002, 05:22 AM
#1
Thread Starter
Hyperactive Member
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.
-
Jul 1st, 2002, 06:17 AM
#2
Frenzied Member
Can't you just go to Project/Components and uncheck the one you don't want?
-
Jul 1st, 2002, 06:19 AM
#3
Thread Starter
Hyperactive Member
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?
-
Jul 1st, 2002, 06:20 AM
#4
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
-
Jul 1st, 2002, 06:21 AM
#5
You should have unregistered your control before deleting it. I guess now its too late
-
Jul 1st, 2002, 06:34 AM
#6
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|