PDA

Click to See Complete Forum and Search --> : Deletion of Components


krallabandi
Dec 6th, 1999, 02:11 PM
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

hayessj
Dec 6th, 1999, 10:59 PM
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.

krallabandi
Dec 7th, 1999, 10:15 AM
Hi Heyessj,
Even though i unregister the dll, The dll name is still there. How to remove the name in the list.
Kiran

krallabandi
Dec 7th, 1999, 10:19 AM
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

MartinLiss
Dec 7th, 1999, 11:13 AM
Why do you want to delete them? Are you trying to delete unused things from your project so as to decrease its size?

------------------
Marty