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.
当我使用 VC++ 的 CDialog 项目制作对话框时,我无法在此对话框(CDialog)上散焦任何字段。我想要做的是当我用鼠标单击该字段的外部时如何使某些字段散焦。
感谢您的任何建议和意见。
唯一明显的问题:为什么?为什么要从控件中分散焦点,并且(可能)不将焦点放在任何控件上?对话框中的某些控件应该具有键盘焦点!
但是,SetFocus只要您WM_MOUSE*在CDialog.
SetFocus
WM_MOUSE*
CDialog