Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 6.0 Registry.vcx
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
VFP 6.0 Registry.vcx
Divers
Thread ID:
00231078
Message ID:
00231078
Vues:
49
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform