Saves a value in the Windows Registry.
The value is stored in HKEY_CURRENT_USER\Software\CompanyName\ApplicationName\Options (where CompanyName and ApplicationName are the values of the Company Name and Application Name project configuration settings).
public string SetRegistryValue(string ValueName, string Value);
Return Value
True if the value was saved.
Parameters
ValueName
The name of the Value in the Registry.
Value
The value to store.
Overloads:
See also:
Class SFQApplication© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic