How to know programmatically that a componenet is registered or not.
Say dbox.ocx or vdlls.dll
Printable View
How to know programmatically that a componenet is registered or not.
Say dbox.ocx or vdlls.dll
Is there any API to know weather a component is registered or not??
You could try calling CLSIDFromProgID although I'm not sure if you can call it from VB or not ?
You should be able to if it is automation compliant.