Question

Normal border glass is nice, but how can I do the second type of transparency like middle part in the window with the list of gadgets? And what about white light on the back of text?

windows with list of gadgets http://dajbych.net/glass.png

Was it helpful?

Solution

Actually you just extend the glass frame into the client area, which is trivial to do. And then you draw over it, with an alpha channel. The window in question here likely draws a partially transparent white over its main client area. Some more information can be found on MSDN: Aero Glass: Create Special Effects With The Desktop Window Manager.

The light around text should be just some glow added behind. Although Windows uses it in window captions as well, so there might be a function rendering that. I just couldn't find it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top