Apps that use FlashWindow / FlashWindowEx will not flash if Inject ConEmuHk.dll is active
Versions
ConEmu build: 221218 x64 OS version: Windows 10 x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): cmder with clink, cmd, powershell, all have the same behaviour.
Problem description
When launching an app that makes use of FlashWindow / FlashWindowEx apis, if Inject ConEmuHk.dll is selected, the window will not flash.
Steps to reproduce
Don't have an app I can send you atm, but steps are
- Run app that calls FlashWindow( handle, 1);
- Notice how the icon on the taskbar will not flash
- Disable Inject ConEmuHk.dll
- Re-run app that calls FlashWindow
Actual results
With ConEmuHk.dll inject it doesn't flash
Expected results
It should always flash.
Additional files
Which handle do you use to flash?
Option? https://conemu.github.io/en/SettingsFeatures.html#id1719
I use the window handle I get from glfw, here's how I'm calling it
The console options I haven't touched, they look like