Search code examples
winapivisual-c++atlstatusbarwtl

How to create a status bar in a dialog?


How do I display a CStatusBarCtrl inside a dialog class (inheriting from CDialogImpl)?


Solution

  • 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.