ButtonMaker
02-17-2009, 06:38 AM
i have 2 registry keys stored user name and password... how can i get them in to input objects ? Input1 and Input2
thats how i save them :
Registry.SetValue(HKEY_LOCAL_MACHINE, "Software\\Logon\\Users", "Username", ""..EncryptedUsername.."", REG_SZ);
Registry.SetValue(HKEY_LOCAL_MACHINE, "Software\\Logon\\Users", "Password", ""..EncryptedPassword.."", REG_SZ);
thanks for any help
thats how i save them :
Registry.SetValue(HKEY_LOCAL_MACHINE, "Software\\Logon\\Users", "Username", ""..EncryptedUsername.."", REG_SZ);
Registry.SetValue(HKEY_LOCAL_MACHINE, "Software\\Logon\\Users", "Password", ""..EncryptedPassword.."", REG_SZ);
thanks for any help