罗技 g930 耳机
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上取决于它是如何实施的。也许它不使用 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.