Y
yxq
My OS is WindowsXP + SP2 + VS2003
When i write the value into Registry, it is not successful.
'it is not successful.
Registry.CurrentUser.OpenSubKey("Software\Microsoft\Internet
Explorer\Main", True).SetValue("FormSuggest Passwords", "no")
But if change "FormSuggest Passwords" to "FormSuggestPasswords" (remove the
blank), it is OK.
'it is OK
Registry.CurrentUser.OpenSubKey("Software\Microsoft\Internet
Explorer\Main", True).SetValue("FormSuggestPasswords", "no")
Why?
When i write the value into Registry, it is not successful.
'it is not successful.
Registry.CurrentUser.OpenSubKey("Software\Microsoft\Internet
Explorer\Main", True).SetValue("FormSuggest Passwords", "no")
But if change "FormSuggest Passwords" to "FormSuggestPasswords" (remove the
blank), it is OK.
'it is OK
Registry.CurrentUser.OpenSubKey("Software\Microsoft\Internet
Explorer\Main", True).SetValue("FormSuggestPasswords", "no")
Why?