Floodfill 替换为 GDI?

发布于 2024-09-14 07:27:34 字数 465 浏览 2 评论 0原文

我的应用程序有一个静态控件,里面有一个选项卡控件。它看起来像这样: 替代文本 http://img834.imageshack.us/img834/5645/topbar.png< /a>

并且我想处理顶部栏的绘制事件,以便在它绘制自身(及其子项)后,让它填充看起来更像这样:

alt text http://img230.imageshack.us/img230/9620/topbarb.png

鉴于我对顶栏进行了子类化,并且可以覆盖任何它的事件,我该怎么做?

谢谢

My application has a static control which inside has a tab control. It looks like this:
alt text http://img834.imageshack.us/img834/5645/topbar.png

and I want to handle the topbar's paint event so that after it has drawn itself (and its children), have it floodfill to look more like this:

alt text http://img230.imageshack.us/img230/9620/topbarb.png

Given that I'v subclassed the topbar and can override any of its events, how could I do this?

Thanks

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

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

发布评论

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

评论(1

秉烛思 2024-09-21 07:27:34

我尝试的第一件事是填写它以响应 WM_ERASEBKGND (我会使用 FillRect,而不是 FloodFill)。

The first thing I'd try would be to fill it in response to WM_ERASEBKGND (and I'd use FillRect, not FloodFill).

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