How can I know when a property page tab is selected from the set of property pages of a control? I want to perform some initialization on a property page (COlePropertyPage) each time the user selects a tab
Printable View
How can I know when a property page tab is selected from the set of property pages of a control? I want to perform some initialization on a property page (COlePropertyPage) each time the user selects a tab
it should be OnActivate
Sorry, my 1st answer was not quire right
The event is called: OnSetActive
Open your propFrame - goto class wiz. and you will see this available
hope this works
regards thomas
COlePropertypage is not derived form CPropertypage thus I wont get the SetActive notification.