Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个罗技 G930 耳机 - 它是无线的,并且耳机本身有热键。我希望有一个 HotKeys 让我在 Skype 来电时接听它。
我应该从哪里开始?有一个用于耳机的 API,还有一个用于 Skype 的 API - 但我想知道使用 Spy++ 在始终位于顶部的“来电”对话框中找到 Skype“接听按钮”是否会更容易?关于如何实现这一点的任何建议 - 具有 C# 的基本知识?
我正在使用 Windows 7 Home 64 位。
这实际上取决于它是如何实现的。也许它不使用 Win32 消息,所以 Spy++ 不会帮助你。最好的办法是依赖 API 抽象,因为底层实现可能会发生变化。