摘要: 第一步: 下载Silverlight for Windows Phone Toolkit - Nov 2010安装的时候要暂时关闭VS (Visual Studio), 安装完后,打开VS,添加参考(Add References):Microsoft.Phone.Controls.Toolkit第二步: 在WP 7 XAML文件中添加xmlns references:xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"第三步: 在XAM 阅读全文
posted @ 2011-08-02 01:12 浦风 阅读(796) 评论(0) 推荐(1) 编辑
摘要: Cited fromhttp://www.codebadger.com/blog/Inthe last tip, we looked at one place you can execute “startup” code for your pages:the constructor. Today we’ll look at two other places you can consider for this code: The Loaded event and the OnNavigatedTo method. Spoiler: Use OnNavigatedTo.OnNavigatedToT 阅读全文
posted @ 2011-07-11 01:52 浦风 阅读(1206) 评论(0) 推荐(1) 编辑
摘要: 转载于, By Alfred Astort.Creating a new mobile platform has been an amazing ride, is not often that one has the opportunity to create and define a totally new experience from the ground up, especially one that will be in the hands of millions of users. An endeavor of that magnitude comes with many ups 阅读全文
posted @ 2011-03-26 21:37 浦风 阅读(318) 评论(0) 推荐(1) 编辑