从所有者绘制的列表框中删除边框

发布于 2024-10-27 22:35:21 字数 110 浏览 6 评论 0原文

我通过派生 CListBox 制作了一个所有者绘制的列表框,但我不希望它有边框。相反,边框将绘制在父对话框的背景中,因此我的列表框看起来像具有自定义边框。如何去除边框?我的派生类中是否有要重写的标志或函数?

I've made an owner-drawn listbox by deriving CListBox, but I don't want it to have a border. Instead the border will be painted in the background of the parent dialog, so my listbox will look like it has a custom border. How can I remove the border? Is there a flag or a function to override in my derived class?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烛影斜 2024-11-03 22:35:21

您需要删除 WS_BORDER 窗口样式。

You need to remove the WS_BORDER window style.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文