#How to disable window minimization animation
4 messages · Page 1 of 1 (latest)
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).