Link to home
Start Free TrialLog in
Avatar of cMan
cMan

asked on

Showing a toolbar.

I created a toolbar within OnCreate in
mainframe.cpp.The toolbar is initially hidden.
I need to show the toolbar from within view.cpp
when a certain condition is true.
I have tried several approaches with no luck.

ASKER CERTIFIED SOLUTION
Avatar of naveenkohli
naveenkohli

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cMan
cMan

ASKER

I didn't know about the ShowControlBar func.
That was what I needed.
m_bar.ShowWindow(SW_SHOW) wouldn't work!
Thanks..