04 2012 档案

摘要:我在界面加了一个TextBox<TextBox x:Name="test" KeyDown="test_KeyDown" InputScope="TelephoneNumber" Height="79" HorizontalAlignment="Left" Margin="103,206,0,0" Text="TextBox" VerticalAlignment="Top" Width="239" /> 阅读全文
posted @ 2012-04-20 11:22 @WP7@ 阅读(324) 评论(1) 推荐(1)
摘要:在博客园看到很多人写怎么退出windows phone的应用,其实windows phone的程序是不需要退出的.但是有些童鞋需要,而且不遗余力的研究这个问题。之前得一些方法总结下都属于外门邪道啊!以下这个方法才是正道 public static void GoMainPageWithBack(NavigationService NavigationService,string MainpageURL) { while (NavigationService.CanGoBack) { IEnumerator<JournalEntry> list = NavigationService 阅读全文
posted @ 2012-04-01 16:49 @WP7@ 阅读(2244) 评论(12) 推荐(5)