Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FFC: Registry Access
Message
From
29/04/1999 16:03:14
 
 
To
29/04/1999 08:44:44
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00213393
Message ID:
00213651
Views:
30
Hi Chaim.

>1. is this the right method to use for this purpose?

Yes.

>2. if this is the right method for this purpose, what parms should be supplied? Is cKeyName the long key that you find in the registry enclosed in curly braces ({})?

Yes. nRegKey should be HKEY_CLASSES_ROOT (a constant defined in FFC\REGISTRY.H) and cKeyName is the key under that eg. COMCTL.ImageListCtrl for the ImageList control version 5.

eg.

llFound = loRegistry.IsKey('COMCTL.ImageListCtrl', HKEY_CLASSES_ROOT)

Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform