I search how do to create a tab control with the proprety : CPropertySheet.
This table is constituted of:
- a dialog box with 2 tabs.
I created one dialog box per tab and it's ok,
but I would like to know how declare only one the dialog box for this two tabs.
example :
CToto m_ptoto;->first tab,
CToto m_ptoto1;->second tab,
CToto corresponds to 1 dialog box.
Thank's.
This table is constituted of:
- a dialog box with 2 tabs.
I created one dialog box per tab and it's ok,
but I would like to know how declare only one the dialog box for this two tabs.
example :
CToto m_ptoto;->first tab,
CToto m_ptoto1;->second tab,
CToto corresponds to 1 dialog box.
Thank's.