How do I display a CStatusBarCtrl
inside a dialog class (inheriting from CDialogImpl
)?
There is nothing special - you create the window, with the proper owner (the dialog), and you put it into proper position... Just like any other control created from code.