09 2014 档案
WP8.1 页面跳转,overwrite后退键
摘要:In 8.1 we use the below code to navigate between pages:this.Frame.Navigate(typeof(PivotPage));In 8.1 we need to use the event to add hardware back eve... 阅读全文
posted @ 2014-09-09 21:26 ximenchuixie 阅读(446) 评论(3) 推荐(0)
WP 8.1 status bar
摘要:A status bar is the bar showing signal, battery and time on the top of the phone's screen. In WP8.1 we it's called status bar, but in WP8.0 it's calle... 阅读全文
posted @ 2014-09-09 21:24 ximenchuixie 阅读(336) 评论(0) 推荐(0)
WP8.1 发送邮件
摘要:Method 1:Windows.System.Launcher.LaunchUriAsync(new Uri("abc@outlook.com?subject=hello world&body=world"));Reference: http://dotnet.dzone.com/articles... 阅读全文
posted @ 2014-09-09 21:23 ximenchuixie 阅读(244) 评论(0) 推荐(0)
WP8.1 在默认浏览器中打开url
摘要:Windows.System.Launcher.LaunchUriAsync(new Uri("http://www.google.com"));PS: This is for Windows Runtime SDK 阅读全文
posted @ 2014-09-09 21:21 ximenchuixie 阅读(194) 评论(0) 推荐(0)
WP8.1 控件默认字体颜色 配置文件位置
摘要:C:\Program Files (x86)\Windows Phone Kits\8.1\Include\abi\Xaml\Design\generic.xaml可在App.xaml文件中override系统默认字体颜色等信息例:将默认的pivot header的选中状态的颜色改为黑色,未选中状态... 阅读全文
posted @ 2014-09-05 11:30 ximenchuixie 阅读(438) 评论(0) 推荐(0)