How to know programmatically that a componenet is registered or not. Say dbox.ocx or vdlls.dll
Last edited by vijayanand; Aug 6th, 2003 at 03:56 AM.
Variety is the spice of life
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.
Forum Rules