As I can activate the glass effect on my console applications. I am using Windows 7 and Delphi 2010.
I found this application so it should be possible.
As I can activate the glass effect on my console applications. I am using Windows 7 and Delphi 2010.
I found this application so it should be possible.
Copyright © 2021 Jogjafile Inc.
A couple of weeks ago I published this article on my blog.
The key is use the
GetConsoleWindowandDwmEnableBlurBehindWindowfunctions.The
GetConsoleWindowfunction retrieves the window handle used by the console associated with the calling process.The
DwmEnableBlurBehindWindowfunction enables the blur effect (glass) on the provided window handle.This is just a basic example; you must check the Windows OS version to avoid issues.