Hi,
I would like to use the CTabCtrl in my project.
I find many Derived Class for use but I am not satisfie because I don't understand the all sample.
I create in a CTabCtrl in a Dialog.
I create the member variable for the CTabCtrl (m_tab).
I can with m_tab.InsertItem(0,_T("TAB13)) create 3 TABs.
I use with handler (TCN_SELCHANGE) from CTabCtrl for selecting the TAB but my problem is :
- How I do to appear a Dialog in the TAB ?
It is possible to explain how I do it ?
Thanks
Best regards
I would like to use the CTabCtrl in my project.
I find many Derived Class for use but I am not satisfie because I don't understand the all sample.
I create in a CTabCtrl in a Dialog.
I create the member variable for the CTabCtrl (m_tab).
I can with m_tab.InsertItem(0,_T("TAB13)) create 3 TABs.
I use with handler (TCN_SELCHANGE) from CTabCtrl for selecting the TAB but my problem is :
- How I do to appear a Dialog in the TAB ?
It is possible to explain how I do it ?
Thanks
Best regards