Why the arrow button on TabControl is not working in my MFC application.
ATL / WTL / STL
2
Posts
2
Posters
7
Views
1
Watching
-
Hi. I created a class which is derived from CTabView. In OnCretae() function it created a window with a tab control on window. Later i created few views by calling AddView(). I created 5 view. Now, when i click on the arrow buttons on the tab control below, my control is not switching the tabs. May i know which function should i call to switch the tabs on my window?
-
Hi. I created a class which is derived from CTabView. In OnCretae() function it created a window with a tab control on window. Later i created few views by calling AddView(). I created 5 view. Now, when i click on the arrow buttons on the tab control below, my control is not switching the tabs. May i know which function should i call to switch the tabs on my window?