Hi,
Here's my delima. In order to use a new feature on my company's web page, the user's computer needs version 2 of a third-party OCX. Both version 1 and version 2 of this OCX have the same ClassId and Object name and most of the user's computers have version 1 installed.
Prior to version 2 I could simply try to create the object through VbScript. If an error was returned, the user was given the option to download the object. Now I need to be able to also check the version.
Thanks,
Al.