VersionIndependentProgID
COM
2
Posts
2
Posters
6
Views
1
Watching
-
Can I get the VersionIndependent ProgID from the CLSID? I tried ProgIdFromCLSID but it only returns the progId with the version number and that is not what I want.
Hi, That's the only way the ProgIdFromCLSID function should work... You can find the version independent ProgID in the registry by object's CLSID. \\HKEY_CLASSES_ROOT\CLSID\{51DBD0C1-77D7-11d2-94A2-006008939020}\VersionIndependentProgId Regards, Alex Gorev, Dundas Software.