如何从 MFC 标题栏中删除关闭按钮
有没有一种简单的方法可以从 MFC 功能包标题栏中删除关闭按钮?
(我不是指窗口标题,我指的是这些应用程序中客户区顶部出现的小信息栏 - 即:CMFCCaptionBar)
谢谢
Is there an easy way to remove the close button from an MFC feature pack caption bar?
(I don't mean the window caption, I'm talking about the little information bar that can appear at the top of the client area in these apps - ie:CMFCCaptionBar)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
想出了一种方法...
Figured out one way...
删除位图对我有用。 请参阅 Visual C++ 2008 功能包中的 MSOffice2007Demo 示例。
在 CMainFrame:CreateMessageBar() 中注释掉以下行,
没有关闭按钮的标题栏
Removing the bitmap worked for me. See the MSOffice2007Demo example in the Visual C++ 2008 Feature Pack.
Comment out the following line in CMainFrame:CreateMessageBar()
Caption Bar without close button