How to create a status bar in a dialog?
How do I di开发者_JAVA技巧splay 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.
精彩评论