是否可以仅更改我自己的表单的玻璃颜色?
我想以独立于用户的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不能这样做,玻璃成分颜色是系统范围内的。作为解决方法,您可以使用 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.