Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if already registered
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00409538
Message ID:
00409603
Views:
15
>You can use the IsKey() function in the registry class that's comes with VFP. Simply:
SET CLASSLIB TO REGISTRY.VCX
>oReg = CREATEOBJECT("Registry")
>? oReg.IsKey("MSComDlg.CommonDialog") && Common Dialogs Control
Thanks, I was looking through registry.prg in samples classes but did not see
the class you mentioned ! I'll give it a look now !

Thanks again ...
CB
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform