views:

28

answers:

1

I am aware of the following question: http://stackoverflow.com/questions/3696838/i-want-to-disable-the-shadow-effect-on-a-specific-aero-window

However, I still need the DWM blur/reflections behind my Aero window, so I can't create a custom transparent one. How would I approach that? I could handle the reflections by myself, but I don't know how to create a blur.

A: 

Done it using DwmEnableBlurBehindWindow. :)

Lazlo