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 + Space 来做到这一点:
如果 Form1 是焦点,请将其隐藏。
如果 Form1 被隐藏,或者它不是焦点,则显示并聚焦它 (SetForegroundWindow)。
我几乎完成了我的工作,唯一的事情是我不知道如何确定我的 Form1 是否在焦点上。你能帮助我吗?非常感谢!!!
当窗体获得焦点时在Form.Activated事件中处理..
同样,当表单失焦时,在Form.Deactivate事件上处理它......