Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » BUG: Call CExtControlBar::ShowWindow() is not updated MainWnd. Collapse All
Subject Author Date
Mr. Buba Aug 13, 2002 - 4:49 AM


P.S.: Not working "Notify Me" !

Sergiy Lavrynenko Aug 16, 2002 - 11:54 AM

Hi Mr. Buba,

Essentially it is not correct to use ShowWindow() directly for the control bar. Please use CFrameWnd::ShowControlBar( pBar, bShow, bDelay ).
Use (pBar->GetStyle()&WS_VISIBLE) to check whether the control bar is visible.

Best regards, Sergiy Lavrynenko.

Mr. Buba Aug 18, 2002 - 10:11 PM

subj