GetSaveSetting



Private Sub Command1_Click()
SaveSetting "MyString", "New", "Test", Text1.Text
End Sub

Private Sub Command2_Click()
Text2.Text = GetSetting("MyString", "New", "Test", vbNullString)
End Sub

Private Sub Form_Load()
Text1.Text = "This is a Test"
Command1.Caption = "Write Value"
Command2.Caption = "Read Value"
End Sub


(getsavesetting.html)- by Paolo Puglisi - Modifica del 25/3/2019