How to catch and handle the notification about that the currently selected tab has changed in the class derived from CPropertySheetImpll? I added TCN_SELCHANGE handler to message map but a peoperty sheet has never recieved this notification. I use wtl and write in c++.
Asked
Active
Viewed 1,508 times
1 Answers
2
Property sheet sends PSN_SETACTIVE and PSN_KILLACTIVE to notify on changed pages (valid for both regular and wizard property pages).

Roman R.
- 68,205
- 6
- 94
- 158