Нашел крутой плеер
вівторок, 26 жовтня 2010 р.
пʼятниця, 15 жовтня 2010 р.
четвер, 14 жовтня 2010 р.
Write to appSettings
System.Configuration.Configuration config =
ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
config.AppSettings.Settings["LastMsgID"].Value = value.ToString();
config.Save(ConfigurationSaveMode.Modified);
ConfigurationManager.RefreshSection("appSettings");
WPF & Thread.CurrentPrincipal
так неправильно:
System.Threading.Thread.CurrentPrincipal = [YourPrincipal];
так правильно:
AppDomain.CurrentDomain.SetThreadPrincipal([YourPrincipal]);
Підписатися на:
Дописи (Atom)