|
-
July 21st, 1999, 01:40 PM
#1
Retrieve ClassID of Installed ActiveX
Hi!
I was wondering if any of you knew how to retrieve a list of installed ActiveX controls, and add them to a listview with their classID
Any help would be appreciate
Thankyou
Sang
-
July 22nd, 1999, 01:45 AM
#2
Re: Retrieve ClassID of Installed ActiveX
I'd iterate over all registry entries under HKEY_CLASSES_ROOT and check the CLSID subkey.
Then, with the CLSID found, read HKEY_CLASSES_ROOT\CLSID\foundGUID Key=InprocServer32 to find the path to the OCX.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|