SaveSetting Function
Saves or creates an application entry in the Windows registry.
Public Sub SaveSetting( _ ByVal AppName As String, _ ByVal Section As String, _ ByVal Key As String, _ ByVal Setting As String _ )
Parameters
AppName
Required. String expression containing the name of the application or project to which the setting applies.
Section
Required. String expression containing the name of the section in which the key setting is being saved.
Key
Required. String expression containing the name of the key setting being saved.
Setting
Required. Expression containing the value to which Key is being set
Някой можели да ми разтълкува на български аргументите на функцията SaveSetting ?
Благодаря ви предварително!!!!