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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top