Unregister OCX's 
Author Message
 Unregister OCX's

Does anyone know how to ungregister 3rd party OCX controls. We need to get
rid of old instances of the OCX from the component library. These OCX's may
have been deleted and may not necessarily exist.
Thanks, L.B.


Wed, 18 Jun 1902 08:00:00 GMT  
 Unregister OCX's


Quote:
>Does anyone know how to ungregister 3rd party OCX controls. We need to get
>rid of old instances of the OCX from the component library. These OCX's may
>have been deleted and may not necessarily exist.
>Thanks, L.B.

Generally, you'd run regsvr32.exe with the "/u" parameter to unregister them, but that
clearly won't work if the actual file is deleted already.

You'd need to run RegClean to get rid of the orphan Registry entries.  You can download it
from Microsoft.

Regards,

Gregory Silvano
http://www.codehound.com
Free Internet Search Engine for VB Developers



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Why don't my exe's and ocx's unregister

2. Some servers and ocx's won't unregister

3. Programmatically Unregister DLL and OCX

4. beans.ocx cannot be loaded, when you unregister and register the JavaBean as an ActiveX Component

5. How do I unregister .DLL and .OCX files?

6. Cannot unregister OCX control

7. How to unregister the OCX from VB

8. How to unregister a missing ocx?

9. UNREGISTER OCX?

10. Register/Unregister dll/ocx using API calls

11. How do I unregister .DLL and .OCX files?

12. Unregister TLB VBR EXE OCX DLL

 

 
Powered by phpBB® Forum Software