ToolBar Switching
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have created an SDI application with tabbed view. I have used view class derived from CTabView (class from MFC Feature Pack). I want to show different toolbars on the MainFrame for each tab and alternately change the toolbars when the tab selection is changed. But i have problems with swithching the toolbars. Is there any way to switch the toolbars or associate a custom toolbar for each tab of the view? Thanks