The DwmEnableBlurBehindWindow method for making windows transparent on Windows doesn't seem to work on Windows 10 anymore. On Windows 10 the DwmExtendFrameIntoClientArea function can be called with the margins set to -1 to make it fully transparent.
EDIT: The new method only works if the window decorations are disabled.
The
DwmEnableBlurBehindWindowmethod for making windows transparent on Windows doesn't seem to work on Windows 10 anymore. On Windows 10 theDwmExtendFrameIntoClientAreafunction can be called with the margins set to -1 to make it fully transparent.EDIT: The new method only works if the window decorations are disabled.