Tooltip lost after setting state to TBSTATE_HIDDEN
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
The application lost the toolbar tooltips after the SetState statement m_wndToolBar.GetToolBarCtrl().SetState(ID_INBOX, TBSTATE_HIDDEN) If I comment this line out, the tooltips comes back. I tried to get the tooltips back by adding the following line m_wndToolBar.SetBarStyle(m_wndToolBar.GetBarStyle() | CBRS_TOOLTIPS) But this does not work. The tooltips are not showing up at the toolbar. Elizabeth