|
Properties
AppName As String
Defines the application name for GetAppSetting and SetAppSetting. Application settings are stored in the registry under HKEY_LOCAL_MACHINE/Software///
Company As String
Defines the company name for GetAppSetting and SetAppSetting. Application settings are stored in the registry under HKEY_LOCAL_MACHINE/Software///
Methods
GetAppSetting(keyName As String) As String
Fetches an application setting from the registry.
SetAppSetting(keyName As String, value As String)
Updates or inserts an application setting in the registry.
|