how to create multipane status bar in Dialog window ?
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
actualy i have MDI app w/out doc/view arch. so i create views on DialogImpl base class CSearchView : public CDialogImpl, public CDialogResize, public CWinDataExchange --- Questions is,- how to create CMultiPaneStatusBarCtrl on dialog. & also i need auto-resize it with CDialogResize. also there is one problem what CDialogResize does not accepts CStatusBar because it is not a window! atlwin.h & atlctrls.h asserts on ::IsWindow(m_hWnd) so how-to ? ---------------------------- never stop coding.