4

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++.

Vitaly
  • 597
  • 1
  • 5
  • 12

1 Answers1

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