如何通过进程 ID 控制当前运行的 PowerPoint 实例?
我自己的程序之外的另一个程序创建了一个新的 PowerPoint 演示文稿。当它出现时,我的程序可以检测 PowerPoint 演示文稿的进程 ID。
我想控制当前运行的 PowerPoint 实例,以便可以复制幻灯片或至少保存演示文稿。我将如何在.NET 中执行此操作?
Another program, outside my own program, creates a new PowerPoint presentation. When it does, my program can detect the process ID of the PowerPoint presentation.
I want to take control of the currently running instance of PowerPoint so that I can copy slides or at least save the presentation. How would I do this in .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
powerpoint 提供了可通过 .net 使用的大型自动化 api。
powerpoint offers a large automation api utilizable though .net.