通过套接字 C# 远程 MS PowerPoint 幻灯片
我想使用套接字 C# 远程幻灯片 PowerPoint,例如:下一张/上一张幻灯片并转到幻灯片编号。 首先,我可以连接两台计算机并做一些事情。但我不知道如何远程 PowerPoint。我虽然可以向它发送击键,但问题是我无法准确确定演示窗口(特别是带有 UNICODE 标题的窗口)。 有什么办法可以解决这个问题吗?或者说如何不用按键就能远程滑动呢?
谢谢!
I want to remote slide PowerPoint use socket C# like: next/previous slide and go to slide number.
First, I can connect 2 computer and do something. But I don't know how to remote PowerPoint. I though I could send keystrokes to it, but the problem is I cannot determine exactly presentation windows (Specially window with UNICODE title).
Is there any way to solve this problem? Or how can I remote slide without keystrokes?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 Primery Interop Assembly for Office 中的命名空间 Microsoft.Office.Interop.PowerPoint。
代码应该是这样的:
I would suggest to use the namespace Microsoft.Office.Interop.PowerPoint from the Primery Interop Assembly for Office.
The code should be something like this:
您可以使用演示者鼠标来执行此操作:
http://www.microsoft .com/hardware/en-us/p/wireless-notebook-presenter-mouse-8000/9DR-00001
You can use a Presenter Mouse to do this:
http://www.microsoft.com/hardware/en-us/p/wireless-notebook-presenter-mouse-8000/9DR-00001