摘要:
1、Pick a single photo : 提示用户选择一张单独的图片。操作截图:点击按钮,打开 win8 的文件选择器 :显示结果 :相应的 xaml :<Button Grid.Row="1" x:Name="PickAFileButton" Content="Pick photo" Click="PickAFileButton_Click"/> <TextBlock x:Name="OutputTextBlock" TextWrapping="Wrap&qu 阅读全文
posted @ 2012-09-26 17:56
博琼
阅读(865)
评论(0)
推荐(0)
摘要:
1、Creating a file : 在本例中创建一个新的名为 "sample.dat" 的文件。这个文件创建在文档文件 (document library) 夹下。页面中的 xaml : <Button Grid.Row="1" x:Name="CreateFileButton" Content="Create 'sample.dat'" Click="CreateFileButton_Click"/>相应的 C# : public StorageFile sam 阅读全文
posted @ 2012-09-26 16:34
博琼
阅读(507)
评论(0)
推荐(0)

浙公网安备 33010602011771号