在VC2005中 如何打开PowerPoint文件
我已经引用using Microsoft.Office.core;
using Powerpoint;
但是当运行程序:
Powerpoint.Application ppa = new Powerpoint.ApplicationClass();
PowerPoint.Presentation ppp=ppa.Presentations.Open(@"E:\lhs.ppt",
Microsoft.Office.Core.MsoTriState.msoTrue,
Microsoft.Office.Core.MsoTriState.msoFalse,
Microsoft.Office.Core.MsoTriState.msoFalse);
会出现“在调用COM组件时出错 hresult E_fail”的问题?!各位大虾帮帮啊!!急啊 --------------------编程问答-------------------- 用active document server/dsoframer/webbrowser
vc的问题怎么发在C#版? --------------------编程问答-------------------- mark --------------------编程问答-------------------- MARK --------------------编程问答-------------------- 看看这个能不能帮你,我也没有试过。
http://eshed.blogspot.com/2009/08/hresult-efail-powerpoint-solution.html --------------------编程问答-------------------- 这段代码没问题啊,是不是所引用的Microsoft.Office.core和Powerpoint.ApplicationClass的版本不一致?
补充:.NET技术 , C#