In my app I am creating both a PeriodicTask and a ResourceIntensiveTask, both of which have different descriptions.
I need to write unit tests for my WP7 app. Tests are run on desktop(not on device or emulator). The problem is when i try creating DataContext class on desktop framework it fails in ctor.
I am starting to use local live tiles ala mango and notice that if I give a count of higher than开发者_JAVA百科 99 it cuts it to 99. Is there a way to increase this count?It turns out that the max cou
i have some performance problems implementing a feature, where a listbox is realtime-filtered while user is typing the filter-string to a textbox. Feature i\'m trying to create is similar to the call
Can 开发者_运维技巧I disable SystemTray.IsVisible during runtime so my consumers can hide the systemtray or show it when they want to?Try it and see instead of asking? It takes longer to write the que
Is there an easy way to convert HTML to display in the new Windows Phone 7.开发者_高级运维1 (Mango) RichTextBox control.I\'m mostly concerned about retaining links and images without using a web brows
is it possible to intercept incoming calls? I want to look at the incoming call and see if the numb开发者_开发技巧er is in the address book and if not I want to make a lookup for the number to one of
I was trying to look for a way to add appointments/tasks to the Windows Phone Calendar via the Microsoft.Phone.UserData. Does anyone kn开发者_JAVA百科ow if this is even possible in the new Mango relea
A while back I wrote a Windows Phone 7 Jump List control: http://www.scottlogic.co.uk/blog/colin/2011/01/a-windows-phone-7-jump-list-control/
What\'s the best way to determine if the user has set the \"24-hour clock\" setting t开发者_运维百科o true in Settings-Date+Time on the Windows Phone ?