04 2012 档案
摘要:看见有人在微薄上讨论图片滚动的实现水平有限搞不定,突然想起来SL ToolKits有个仿wp上日期、时间滚动的控件定制下模版就比较形似图片滚动了动手试试效果首先找了120张WP壁纸,不过文件都比较小然后新建工程,添加引用Microsoft.Phone.Controls.Toolkit.dll,添加图片,生成方式设为内容参考Windows Phone Toolkit In Depth,使用LoopingSelector首先创建类ListLoopingDataSource.cs1 usingSystem;2 usingSystem.Windows.Controls;3 usingMicrosoft
阅读全文
摘要:在WindowsPhone中需要调用系统资源的话需要用到启动器(Launcher)和选择器(Choosers)。其实已经很多人写过了,最近正好用到,再总结下吧…先写启动器(Launcher),等下周有时间再写选择器(Choosers)。1,Launchers目前WindowsPhone启动器一共有15个其中7.0支持的有10个:EmailComposeTaskMarketplaceDetailTaskMarketplaceHubTaskMarketplaceReviewTaskMarketplaceSearchTaskMediaPlayerLauncherPhoneCallTaskSearch
阅读全文