如何在 C# 中控制 Windows Media Player 的实例?

发布于 2024-09-07 18:41:59 字数 275 浏览 4 评论 0原文

我正在尝试用 C# 控制 Windows Media Player。这意味着,我希望能够以编程方式播放歌曲。重申一下,我谈论的是 WMP 的完整版本,而不是可以嵌入到 Windows 窗体中的组件。我可以很好地启动 WMP 进程,问题在于实际控制它,因为我想不出可以发送给播放器的任何按键来告诉它选择歌曲并播放音乐。我可以在 iTunes 中通过向进程发送空格键来完成此操作,但在 Windows Media Player 中则不然。有人对如何用 C# 以编程方式控制寡妇媒体播放器有任何想法吗?我可以向进程发送特殊命令来完成此任务吗?

I'm trying to control windows media player in c#. That means, I want to be able to programmically play songs. To reiterate, I'm talking about the full version of WMP, not the component you can embed into a windows form. I can launch the WMP process just fine, the problem comes in actually controlling it as I can't think of any keypresses I can send to the player that would tell it to select a song and play music. I can do this in iTunes just fine by sending a spacebar key-press to the process, but not so in Windows Media Player. Does anyone have any ideas as per how I can control widows media player programmically in C#? Is there a special command I can send to the process to complete this task?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文