Link to home
Start Free TrialLog in
Avatar of gav061697
gav061697

asked on

FormView and Statusbar

I've created a SDI MFC app with a statusbar and the View using the FormView class.

What I want to know is what's the best way to change the status bar text from within the Document cpp file?

I can change it from withing mainfrm.cpp using SetPaneText but can't do it from the document cpp file.
ASKER CERTIFIED SOLUTION
Avatar of winmeister
winmeister
Flag of Italy image

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 gav061697
gav061697

ASKER

I take it I can use a similar technique to access other variables in mainfrm.cpp such as m_wndtoolbar etc?