i need both design and programmatically change the theme any one help.... with sample code
(App.Current.Resources["PhoneAccentBrush"] as SolidColorBrush).Color = Color.FromArgb(12,12,54,145); (App.Current.Resources["PhoneForegroundBrush"] as SolidColorBrush).Color = Colors.Green; (App.Current.Resources["PhoneBackgroundBrush"] as SolidColorBrush).Color = Colors.Purple;
hi i am using XAMl for designing i want to know how to set color codes like HTML in XAML any one help how to grab it??
how to wrap text in C#......
I created to independent project in single application i need to start second page to view the result how can i achieve this any one help?????
I need to change the Wifi channel programmatically (Of course, I will enable the Wifi to function as Hotsopt first). Is there any API/Driver in the source code that I can use?