Not sure if this is possible.
I know how to use PROPSHEETHEADER and PROPSHEETPAGE structures to create a tabcontrol dialog box, but want to attach this to a Dialog page with other controls.
I know the other method in the dialog box designer is you can add a tabctrl onto your page using the control tool bar.
How on earth do you create PROPSHEETPAGEs which you can add to the tabctrl which you have added to your dialog using the toolbar. It seems you can insert items using TabControl_InsertItem but this only adds the tabs. I want to add whole PROPSHEET Pages pre-created in the dialog editor not have to code the fields in.
There must be some commands I missed. I'd rather not use MFC if at all possible.
Thanks in advance.
I know how to use PROPSHEETHEADER and PROPSHEETPAGE structures to create a tabcontrol dialog box, but want to attach this to a Dialog page with other controls.
I know the other method in the dialog box designer is you can add a tabctrl onto your page using the control tool bar.
How on earth do you create PROPSHEETPAGEs which you can add to the tabctrl which you have added to your dialog using the toolbar. It seems you can insert items using TabControl_InsertItem but this only adds the tabs. I want to add whole PROPSHEET Pages pre-created in the dialog editor not have to code the fields in.
There must be some commands I missed. I'd rather not use MFC if at all possible.
Thanks in advance.