Click to See Complete Forum and Search --> : Problem with selecting PropertyPage from menu


Markusl
April 29th, 1999, 06:24 PM
I have a working PropertySheet with 3 PropertyPages inside a dialog. the dialog also have a menu. I would like to be able to jump between the PropertyPages from the menu. Not just by clicking on the PSheet.

Is there an easy way to do this?
I tried "SetActivePage();" but it didn't work.
The function I'm working in looks like this:

void CArrayManagerDlg::OnSelectPage1()
{

}

What can I add to this function, so I jump to a set PropertyPage?