Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0 Registry.vcx
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
VFP 6.0 Registry.vcx
Miscellaneous
Thread ID:
00231078
Message ID:
00231078
Views:
48
I am Having Difficulty Reading a value from the registry.

This is what I have done

HKEY_LOCAL_MACHINE = -2147483646 && BITSET(0,31)+2
SET CLASSLIB TO "Registry.vcx"
oRegistry = CreateObject("Regisgry")
oRegistry.IsKey("Software\SoftTec\JCS32",HKEY_LOCAL_MACHINE)
oRegistry.SetRegKey("Path","C:\temp","Software\SoftTec\JCS32",HKEY_LOCAL_MACHINE,.T.)
oRegistry.OpenKey("Software\SoftTec\JCS32",HKEY_LOCAL_MACHINE)

Here is where I get stuck. Do I use GetKeyValue or EnumKeyValues
These methods return 0 for successful.

Thanks
Eddie McCandless
Next
Reply
Map
View

Click here to load this message in the networking platform