如何在对话框中创建状态栏?
如何在对话框类中显示 CStatusBarCtrl
(继承自 CDialogImpl
)?
How do I display a CStatusBarCtrl
inside a dialog class (inheriting from CDialogImpl
)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有什么特别的 - 您使用正确的所有者(对话框)创建窗口,然后将其放置在正确的位置......就像从代码创建的任何其他控件一样。
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.