播放内嵌资源ppt
怎么播放内嵌资源的ppt。。。内嵌资源的ppt是byte[],有人知道怎么做么。
[解决办法]
byte[] ab= Resource1.ppt;
System.IO.File.WriteAllBytes(@"c:\test.ppt", ab);
播放ppt的方法:http://download.csdn.net/detail/hu1990728/4521038