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 阅读全文
posted @ 2012-12-28 17:15 hack25 阅读(199) 评论(0) 推荐(0)
摘要:http://www.codeproject.com/KB/windows-phone-7/ 阅读全文
posted @ 2012-12-26 17:49 hack25 阅读(110) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/tagged/windows-phone-7 阅读全文
posted @ 2012-12-25 18:03 hack25 阅读(112) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2012-12-25 17:56 hack25 阅读(251) 评论(2) 推荐(0)
摘要:http://wp7tiletoolkit.codeplex.com/ 阅读全文
posted @ 2012-12-24 21:51 hack25 阅读(168) 评论(0) 推荐(0)
摘要:stackPanel.Background = (Brush)Resources["PhoneAccentBrush"]; 阅读全文
posted @ 2012-12-24 13:01 hack25 阅读(186) 评论(0) 推荐(0)
摘要:http://www.code-magazine.com/articleprint.aspx?quickid=1109071&printmode=true 阅读全文
posted @ 2012-12-24 10:58 hack25 阅读(92) 评论(0) 推荐(0)
摘要:NavigationService.Navigate(new Uri(string.Format(NavigationService.Source + "?RefreshRandom={0}", Guid.NewGuid()), UriKind.RelativeOrAbsolute)); 阅读全文
posted @ 2012-12-21 20:42 hack25 阅读(126) 评论(0) 推荐(0)