0
kicks
Simplified Glass in Windows Vista with WPF
On Windows Vista, extending glass into the client area is not difficult but it isn’t as easy as setting a property on your Window. It requires interop calls, a check for the current OS, and a check to see if DWM composition is enabled.
I created the Glass class to help simplify it’s usage. This class exposes an attached property of type Thickness...