using Microsoft.Win32;
//then
RegistryKey rkey = Registry.CurrentUser.OpenSubKey(@"Control Panel\International", true);
rkey.SetValue("sShortDate", "M/d/yyyy");
rkey.Close();
Post a Comment
No comments:
Post a Comment