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.
您通常只有一个看起来像“默认按钮”的按钮。
但是,我制作了一个子窗口并在其中放置了两个按钮(以子窗口为父窗口)。然后我将子窗口放在一个对话框中并显示它。
突然,即使我单击其他按钮,这些按钮也会保持突出显示!
为什么?
您的子窗口需要WS_EX_CONTROLPARENT样式,以允许对话框处理来自其子级的通知。
WS_EX_CONTROLPARENT