Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to properly setup the environment for my Application
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00438067
Message ID:
00438143
Views:
14
>The REGISTRY class in the Component Gallery is the FFC class; it'll work just fine. Either pick up Marcus' book, or read the code - the full source is available in the FFC class to determine exactly what parameters to pass; you'd call the SetRegKey() method, passing the name of your new key, the value to write to it, the registry path prefacing the key, and the numeric constant HKEY_LOCAL_MACHINE defined in Registry.H in that order to the method. You read a key using the GetRegKey() method. The FFC class is commented quite well, and the methods are pretty small, so reading the code should not be too difficult to do.

Ed,

Thanks for all the info. I'll have to study up a bit more on it and I will definitely pick up that book you suggested.

Thanks

Elgin
Elgin Rogers
Epic Solutions
www.epicsolutions.net
Previous
Reply
Map
View

Click here to load this message in the networking platform