Why the arrow button on TabControl is not working in my MFC application.
C / C++ / MFC
1
Posts
1
Posters
0
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? And also let me know how to disable it?