Link to home
Start Free TrialLog in
Avatar of CodedK
CodedKFlag for Greece

asked on

Uninstall an ocx

Hi.

How can i list all the installed libraries (ocx, dlls) exactly like delphi does?
Example : Ā (Project ---> Import type library) There is a list there with all windows libraries.

I'd like to be able to remove some of the libraries.

Is there any code for that ??? Thanks in advance. :)
ASKER CERTIFIED SOLUTION
Avatar of Jacco
Jacco
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CodedK

ASKER

Thank you very much Jacco.
Its true Delphi may read from there but there is no info about the class name inside the registry !
Delphi provides:
Name , path and the class name !

Inside the registry you can find name and path but not the class name !
You're right. I don't know how Delphi achieves this. Maybe Delphi opens the DLL and calls some ActiveX method to retrieve classnames when you select the DLL in the ListBox?

Sorry I can't be of any further help.

Regards Jacco
Avatar of CodedK

ASKER

:) You helped a lot Jacco. You pointed to the registry value that contains the list...
I'll keep this question open for a while, maybe someone will provide further assistance.