Click to See Complete Forum and Search --> : ActiveX guru, What is the event that is generated when a user switches from one tab to another on a


Diwakar
March 30th, 1999, 01:58 AM
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

Thomas
March 30th, 1999, 02:00 AM
it should be OnActivate

Thomas
March 30th, 1999, 02:09 AM
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

Diwakar
March 30th, 1999, 04:54 AM
COlePropertypage is not derived form CPropertypage thus I wont get the SetActive notification.