Method CalcFixedLayout in CControlBar
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all , I view the code in file barstat.CPP in MFC's code . I see method CalcFixedLayout of it . If CalcFixedLayout haven't , status bar will invisible . I search on MSDN and I see framework don't call to this method . I don't see this barstat.CPP call to it . I don't understand why I don't call it but if it haven't , status bar will invisible . Perhaps , the framework call it . Thanks for helping .