摘要:
我在使用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 阅读全文
摘要:
在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 阅读全文