一、导出启动powerpoint所需的COM组件(开发工具使用的是visual studio 2008)
导出具体步骤如下:
右键工程-->添加-->类
在弹出的对话框中选择Microsoft PowerPoint 16.0 Object Library,导出PowerPoint的COM组件类
得到这样的类头文件
接下来导出Micorsoft Office的COM组件类
导出之后得到
通过导出的PowerPoint类库函数,可以启动PowerPoint程序来打开需要处理的ppt文件
<