罗技 g930 耳机

发布于 2024-10-04 11:44:32 字数 244 浏览 2 评论 0原文

我有一个 Logitech G930 耳机 - 它是无线的,并且耳机本身具有热键。我希望有一个热键可以让我在 Skype 来电时接听电话。

我应该从哪里开始?有一个用于耳机的 API,还有一个用于 Skype 的 API - 但我想知道使用 Spy++ 是否可以更轻松地在始终位于顶部的“来电”对话框中找到 Skype“接听按钮”?关于如何利用 C# 的基础知识来完成此任务,有什么建议吗?

我使用的是 Windows 7 家庭版 64 位。

I have a Logitech G930 headset - it is wireless, and has HotKeys on the headset itself. I am looking to have one of the HotKeys let me answer a Skype call when it comes in.

Where should I start? There is an API for the headset, and also an API for Skype - but I am wondering if it would just be easier to use Spy++ to find the the Skype 'answer button' on the 'incoming call' dialog which is always on top? Any advice on how to accomplish this - with basic knowledge in C#?

I am using Windows 7 Home 64 bit.

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

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终止放荡 2024-10-11 11:44:32

这实际上取决于它是如何实施的。也许它不使用 Win32 消息,因此 Spy++ 无法帮助您。最好的选择是依赖 API 抽象,因为底层实现可能会发生变化。

It really depends on how it is implemented. Perhaps it doesn't use Win32 messages and so Spy++ won't help you. The best bet is to rely on the API abstractions, since the underlying implementation is subject to change.

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