09 2012 档案

Windows 8 开发系列-如何使状态栏不重复点击
摘要:///判断当前页面是否已经转过来,如是则不做动作 if (YepComMianFrame.CurrentSourcePageType.Name != "GroupPage") { YepComMianFrame.Navigate(typeof(GroupPage), "群组"); }判断当着来源页面是否已经是当前页面了,如果是则不跳转 阅读全文

posted @ 2012-09-29 09:36 SUNJUNLIN 阅读(231) 评论(0) 推荐(0)

Windows 8 开发系列-如何修改系统样式
摘要:You have to set the Style and the Foreground in this way:<ProgressBar Foreground="Yellow" IsIndeterminate="True" Style="{StaticResource CustomProgressBarStyle}"/>You can also find default themes styles in the folder "C:\Program Files (x86)\Windows Kits\8.0\In 阅读全文

posted @ 2012-09-28 15:39 SUNJUNLIN 阅读(253) 评论(0) 推荐(0)

导航