Top "Windows-phone-7" questions

Windows Phone is Microsoft's, now deprecated, mobile operating system and software development platform.

Check if daylight savings is in effect?

How to check if in Denmark daylight time savings has taken effect, if so, then add 1 hour to my data, …

c# windows-phone-7 datetime dst
How to use String in WebClient.DownloadStringAsync URL

I currently have this for my WebClient URL WebClient Detail = new WebClient(); Detail.DownloadStringCompleted += new DownloadStringCompletedEventHandler(Detail_DownloadStringCompleted); Detail.DownloadStringAsync(…

c# silverlight windows-phone-7 webclient
How to make checkbox bigger

I'm using a checkbox control like this: <CheckBox VerticalAlignment="Bottom" IsChecked="{Binding Selected}" Grid.Column="0" FontSize="{StaticResource PhoneFontSizeLarge}" Content="{…

wpf silverlight windows-phone-7 windows-phone-8
How to make a wpf datagrid fill all available space and resize with window?

How to make a wpf datagrid fill all available space and resize with window? Mind that the datagrid is inside …

.net wpf silverlight windows-phone-7
Developing cross platform mobile application

More and more mobile platforms are being launched and sdk's are available to developers. There are various mobile platform are …

android windows-phone-7 blackberry ios4 cross-platform
Converter With Multiple Parameters

How does one use a converter with Multiple parameters in a Windows Phone 7 Application?

c# silverlight windows-phone-7 xaml ivalueconverter
How to represent Line Break or new line in silverlight textBox

I am having hard time to match Special characters set in Silverlight. I only on the following: To represent a …

silverlight xaml windows-phone-7 textblock
How to handle the back button on Windows Phone 7

On the windows phone 7 emulator, when the hardware back button is pressed, the default behaviour is for it to close …

windows-phone-7
the property content is set more than once

I am getting the following error with my code shown below. Error: The property 'Content' is set more than once …

xaml windows-phone-7
WP7, How to use a service reference after adding it to Visual Studio 2010

I'm following this example for connecting to the Bing Maps geocode service: http://blogs.msdn.com/b/dragoman/archive/2010/10/07/wp7…

c# silverlight visual-studio-2010 windows-phone-7 bing-maps