Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能有无边界 CRichEditCtrl 控件,基本上是我想要的,有类似搜索编辑框的东西,所以我可以将图像放在最右边,否则就计划实施无边界 CRichEditCtrl 并将图像极端绘制到正确的。
创建没有 WS_BORDER 和 WS_EX_CLIENTEDGE 和 WS_EX_WINDOWEDGE 的控件。
在 MFC 领域,您可以从 CRichEditCtrl 创建派生类并在 PreCreateWindow 中修改这些样式。