|
-
Dec 6th, 1999, 03:11 PM
#1
Thread Starter
Junior Member
How to delete component name and component from the available list under the menu project->components of VB editor
Also How to delete a reference name and reference from the available list under the menu project->references of VB editor
I want to delete the unused components.
Please give me reply ASAP
Thanks in advance.
regards,
Kiran
-
Dec 6th, 1999, 11:59 PM
#2
Lively Member
You have to unregister the component, use regsvr32 /u MyDll.dll from the command prompt. Be VERY careful about what you unregister, it might be used by other applications.
-
Dec 7th, 1999, 11:15 AM
#3
Thread Starter
Junior Member
Hi Heyessj,
Even though i unregister the dll, The dll name is still there. How to remove the name in the list.
Kiran
-
Dec 7th, 1999, 11:19 AM
#4
Thread Starter
Junior Member
Hi MartinLiss,
I just want to delete them because to remove different instances of the same dll.
to remove the appearences of the same names under project->references/components list.
Kiran
-
Dec 7th, 1999, 12:13 PM
#5
Why do you want to delete them? Are you trying to delete unused things from your project so as to decrease its size?
------------------
Marty
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
|