Click here to Skip to main content
15,890,579 members

Comments by UrbanBlues (Top 3 by date)

UrbanBlues 12-Nov-12 5:57am View    
Thanks but these are standard checkboxes in a Ribbon... What I would like to do is use a button with a menu and show/hide the icons associated with the menu items....
UrbanBlues 5-Oct-11 13:26pm View    
Yes, that's it !!! Freeze so that the frozen column(s) or row(s) do not scroll while you use the CListCtrl scrollbars (either vertical or horizontal)
UrbanBlues 4-Oct-11 14:38pm View    
Hello

Well, I got no problem calling the functions and got no assert. the m_hWnd is a valid handle. But you drive me in the right direction. I add these lines in InitInstance function, just before the call to m_pMainWnd->ShowWindow(SW_SHOW);

// Get OutlookBar

COutlookBar* pOutlookBar = (( CMainFrame*) m_pMainWnd)->GetNavigationBar();

if ( pOutlookBar != ( COutlookBar*) NULL)
pOutlookBar->GetUnderlyingWindow()->SetActiveTab( 0);
*/
And it works perfectly....

Thanks for your help

Thierry