首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

播发内嵌资源ppt

2013-10-30 
播放内嵌资源ppt怎么播放内嵌资源的ppt。。。内嵌资源的ppt是byte[],有人知道怎么做么。[解决办法]byte[] ab

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

热点排行