是否可以仅更改我自己的表单的玻璃颜色?

发布于 2025-01-05 17:55:58 字数 110 浏览 1 评论 0原文

我想以独立于用户的 Aero 颜色设置的颜色创建我的申请表。是否可以使用所选颜色为我的表单着色而不影响用户的设置?

我只想对 Windows Aero 颜色执行此操作。

谢谢

I would like to create my application forms in the color independent from the user's color settings of the Aero. Is it possible to colorize my forms with the selected color without affecting the user's settings ?

This I want to do only for the Windows Aero colors.

Thanks

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

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

发布评论

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

评论(1

梦情居士 2025-01-12 17:55:58

不,你不能这样做,玻璃成分颜色是系统范围内的。作为解决方法,您可以使用 Windows.AlphaBlend 函数。

No, you can't do that, the glass composition color is system wide. As workaround you can draw a 32 bits bitmap of a solid color over the form using the Windows.AlphaBlend function.

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