CMFCOutlookBar cannot return to pane 0.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi i am writing a simple app with doc/viw architecture, now i have to buttons in the Outlook bar "Folders" and "Calendar" now i want that when restart the app the selected pane will be always the 0 -> "Folders" now i tried this:
CMFCOutlookBarTabCtrl\* pOutlookBar = (CMFCOutlookBarTabCtrl\*)m\_wndNavigationBar.GetUnderlyingWindow(); pOutlookBar->SetActiveTab(0);
After this nothing happen. Why this? i wait for your precious response :) Giovanni