#How to disable window minimization animation

4 messages · Page 1 of 1 (latest)

ionic breach
#

How to disable the transition effect of a window that is similar to converging to the taskbar during the minimization process? When minimizing, simply hide the window directly

#

How to disable window minimization animation

ripe garden
#

This can currently only be set globally on the user's system itself.

#

The way to make this work sounds a bit risky too: https://stackoverflow.com/a/6087214. Especially if we look at the docs of SW_SHOWMINIMIZED and compare it with SW_MINIMIZE (what we currently use). It seems to have different activation behavior which will probably be weird for the user (if it behaves as documented).