-
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
-
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.
-
Hi Heyessj,
Even though i unregister the dll, The dll name is still there. How to remove the name in the list.
Kiran
-
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
-
Why do you want to delete them? Are you trying to delete unused things from your project so as to decrease its size?
------------------
Marty