tabs in CPropertySheet
I have a CPropertySheet with 4 pages (dialogs)
I want the fourth page to be the parent of two pages but I don't want it to be a CPropertySheet itself because I want that from each one of its pages one would also be able to see the first 3 pages.
I need something like this:
page1 | page 2 | page 3 | page 4
and when one selects the page 4 tab:
page 1 | page 2 | page 3 | page 4
page 4a
page 4b
when page 4 tab is disabled, and pages 4a & 4b are tabs which can be selected.
Thanks,

