Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX's address
Message
From
05/12/2001 15:12:12
 
 
To
05/12/2001 13:42:35
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00590028
Message ID:
00590110
Views:
26
This message has been marked as the solution to the initial question of the thread.
>Hello all;
>
>Is there any tool to get an activeX's address in my Windows register entry ?
>

You can search the registry either programmatically, or with a tool like REGEDIT. In the registry, in the hive HKEY_CLASSES_ROOT, under the CLSID of the control, there will be an InProcServer32 registry entry, which identifies the file containing the control. You can find the CLSID from the ProgID by examining HKEY_CLASSES_ROOT\ProgID which will point to the CLSID, unless it's a VersionIndependentProgID, in which case, it will point at a ProgID, that then points to the proper CLSID.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform