摘要:
说明:(1)使用Visual Studio 2010新建一个WPF应用程序项目, (2)然后将WPF项目名称保存为:WpfApplication1, (3)接着将下面的代码复制到MainWindow.cs文件中 (4)在C:\盘根目录下新建一个文件夹,名称为temp (5)将需要播放的图片复制到该文件夹下。 (6)编译运行程序即可。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Co. 阅读全文