as you know it is easy to add to the components list simply by browsing
But how do you delete controls that you no longer have from the component list?
I have search the registry and I can't find the info in any file
Printable View
as you know it is easy to add to the components list simply by browsing
But how do you delete controls that you no longer have from the component list?
I have search the registry and I can't find the info in any file
I may be totally wrong here, but I think these need to be unregistered via the windows regsvr32 excecutable (run from the start > run menu or MS DOS screen):
Regsvr32 /u C:\Location_&_NameOf_Component_here.dll
Think this works for ocx's etc too. Most are under the windows\system32 folder. Matching / finding the correct name is a totally different case though. Any in particular you are after?