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