WinAPI 中没有客户区的窗口

发布于 2024-12-09 06:59:49 字数 507 浏览 0 评论 0原文

在这些屏幕截图中,我们可以看到不同应用程序中不寻常的窗口框架:

在 Google Chrome 中, 这些窗口客户区被调整大小或/和替换。当然,它仅适用于 Windows Aero 主题。

我想调整窗口的大小并替换窗口的客户区域,或者如果可能的话根本隐藏它。 (C/C++ 和 Win API)。我该怎么做呢?

On these screenshots we can see unordinary window frame in different applications:

In all these windows client area is resized or/and replaced. Of course, it works with Windows Aero theme only.

I want to resize and replace client area of my window or hide it at all if it is possible. (C/C++ and Win API). How can I do it?

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

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

发布评论

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

评论(2

难如初 2024-12-16 06:59:49

该效果是使用 DwmExtendFrameIntoClientArea 函数来实现的。

That effect is accomplished using the DwmExtendFrameIntoClientArea function.

表情可笑 2024-12-16 06:59:49

您希望调整表单的非客户区域的大小: 控件和桌面窗口管理器

You are looking to resize the nonclient area of the form: Controls and the Desktop Window Manager

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