I tried this but gave me error :
Code:
'Save the value to the registry
SaveString HKEY_CURRENT_USER, "Software\xyz\" + Text6.Text, "nickname",+Text7.Text
'Save the value to the registry
SaveString HKEY_CURRENT_USER, "Software\xyz\" + Text6.Text, "nickname",+Text7.Text
Private Sub Command3_Click()
'Delete the setting from the registry
DelSetting
Leave a comment: