A customer wanted to know how they can disable
the default fade-in/fade-out
animation that occurs when a window is hidden or shown.
"I don't want to use
WS_EX_TOOLWINDOW because that
causes my window to disappear from the taskbar.
I tried
DwmEnableComposition but that
affects the entire desktop and is too jarring.
We want to ...