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.
如何在派生自 CPropertySheetImpll 的类中捕获和处理有关当前选定选项卡已更改的通知?我在消息映射中添加了 TCN_SELCHANGE 处理程序,但人员表从未收到此通知。我使用 wtl 并用 C++ 编写。
属性表发送PSN_SETACTIVE和PSN_KILLACTIVE以通知更改的页面(对常规和向导属性页都有效)。