implement a derived CMFCStatusBar and create a CStatic window to be positioned in one of the status bar panes.
RecalcLayout() is called whenever panes need to be repositioned. However, any derived CMFCStatusBar class does not get 'informed' about this change.
It would be great if CMFCStatusBar::RecalcLayout() could become 'virtual'.