12 2012 档案
摘要:Tile的使用:Tile和Toast的push notification使用同样的命名空间:using Microsoft.Phone.Shell;接着产生ShellTile和StandardTileData对象如下(以下是在MainPage的构造函数中实现):StandardTileData tileData = new StandardTileData(){ Title = "Title", Count = 1, BackTitle = "BackTitle", BackContent = "BackContent",};fore
阅读全文
摘要:http://www.codeproject.com/KB/windows-phone-7/
阅读全文
摘要:http://stackoverflow.com/questions/tagged/windows-phone-7
阅读全文
摘要:http://dotnet.dzone.com/articles/how-you-can-add-customWe all know that Windows Phone 7 doesn't carry support ringtone modifications (not by default). This can be a bit frustrating for people who don't like any of the 30 pre-loaded tunes (although it's probably hard to find one). In this
阅读全文
摘要:http://wp7tiletoolkit.codeplex.com/
阅读全文
摘要:stackPanel.Background = (Brush)Resources["PhoneAccentBrush"];
阅读全文
摘要:http://www.code-magazine.com/articleprint.aspx?quickid=1109071&printmode=true
阅读全文
摘要:NavigationService.Navigate(new Uri(string.Format(NavigationService.Source + "?RefreshRandom={0}", Guid.NewGuid()), UriKind.RelativeOrAbsolute));
阅读全文