标题栏上的最大化/最小化按钮不显示在基于 MFC 项目的对话框中
我使用 VS10 在 MFC 中创建了一个基于对话框的简单应用程序。在对话框窗口的属性框中,我选择了系统菜单为 true,最大化框为 true,最小化框为 true,但在运行时我在标题栏上看不到任何最大化或最小化按钮。为什么会发生这种情况以及如何使最大化/最小化按钮可见并处于活动状态?
I have created a dialog based simple application in MFC using VS10. In the properties box of the dialog window I have selected system menu as true, maximize box as true, minimize box as true still during run time I don't see any maximize or minimize button on the tittle bar. Why this thing happens and how to make the maximize/minimize button visible and active?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
标题栏是否出现?
确保工具窗口为 false。
Does the title bar appear at all?
Make sure Tool Window is false.