Link to home
Start Free TrialLog in
Avatar of AssetFX
AssetFXFlag for Australia

asked on

Borderless Window with Glass Aero WPF C#

Hi,

I am wanting to create a window with my own border, my own system buttons, and inside retain the blurred glassy effect of Aero.

How would I go about doing this?

The issue I am having is, in order to redevelop the window border I need to set WindowStyle to None, then Set the background to Transparent. This gets rid of Aero.

I guess there are two options:
1. Somehow get Aero to work on the background of the border or another container, or
2. Without setting the Background to Transparent, find some way of overriding the border style


Much regards!
ASKER CERTIFIED SOLUTION
Avatar of Navneet Hegde
Navneet Hegde
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AssetFX

ASKER

Thanks very much was just what I was looking for!

One small thing I did notice was that if you place a border with a corner radius on it, it will ever so slightly show the glass corners is there a way to hide or mask this?