Simplest way to add tabs to SDI
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have an SDI application. The CMainframe currently has a CSplitterWnd embedded in it. In order to prevent over-crowding, I would like to add a CTabCtrl to intervene in between the CMainframe and the CSplitterWnd, such that the first tab shows the CSplitterWnd, and the other tabs show different views, and the user can move between the views without the views re-initialisaing. (Much like the "Contents / Index / Search / Favourites" tabs in the help system of VC++.) What's the simplest way to achieve this please?
cheers, Neil