摘要: 我在使用IsolatedStorageFileStream时遇到了一个很顽固的异常“Operation not permitted on IsolatedStorageFileStream.”至今没办法找到。大侠求助异常截图代码如下Student.cs public class Student { public string EMail { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public Student(string FirstName, string L 阅读全文
posted @ 2010-12-27 15:59 ForrestWoo 阅读(2881) 评论(2) 推荐(0) 编辑
摘要: 在Windows Phone 7开发者我在不使用Progressbar的前提下又想告诉用户程序正在运行,显示一个进度对话框,这时我们就可以用Popup。前台Popup x:Name="ProgressPopup" Width="300" IsOpen="False" HorizontalAlignment="Center" VerticalAlignment="Top" d:LayoutOverrides="Width, HorizontalMargin" Margin="89,203,91,0" Border BorderThickness="10" BorderBrush="Bla 阅读全文
posted @ 2010-12-27 14:21 ForrestWoo 阅读(3092) 评论(1) 推荐(1) 编辑