My OS is WindowsXP + SP2 + VS2003
When i write the value into Registry, it is not successful.
'it is not successful.
Registry.Curren tUser.OpenSubKe y("Software\Mic rosoft\Internet
Explorer\Main", True).SetValue( "FormSugges t Passwords", "no")
But if change "FormSugges t Passwords" to "FormSuggestPas swords" (remove the
blank), it is OK.
'it is OK
Registry.Curren tUser.OpenSubKe y("Software\Mic rosoft\Internet
Explorer\Main", True).SetValue( "FormSuggestPas swords", "no")
Why?
When i write the value into Registry, it is not successful.
'it is not successful.
Registry.Curren tUser.OpenSubKe y("Software\Mic rosoft\Internet
Explorer\Main", True).SetValue( "FormSugges t Passwords", "no")
But if change "FormSugges t Passwords" to "FormSuggestPas swords" (remove the
blank), it is OK.
'it is OK
Registry.Curren tUser.OpenSubKe y("Software\Mic rosoft\Internet
Explorer\Main", True).SetValue( "FormSuggestPas swords", "no")
Why?
Comment