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.
我有一个正在运行但不在焦点中的表单。现在我想按CTRL+NUM1以便不在前台的表单捕获它。
我怎样才能做到这一点?
应该可以使用键盘钩子,您的应用程序在启动时安装它并在应用程序关闭时将其删除。
这应该让你开始,你需要知道/理解 Win32 API 的基础知识! http://www.codeproject.com/Articles/7294/Processing-Global-Mouse-and-Keyboard-Hooks-in-C