This is probably a minor issue for most people, but I'm writing a program which
requires me to disable minimize/restore animation for a short moment, and then
reset it to its original state.
To do this, I call this function:
SystemParametersInfo(SPI_SETANIMATION, sizeof(struct), &struct,
SPIF_SENDWININICHANGE|SPIF_UPDATEINIFILE)

(roughly translated to C++, since I'm using Autohotkey myself)

struct just contains 2 integers with sizeof(struct) and a value if it should be
turned on or off.

Other programs don't seem to have rendering issues, but some toolbars of PsPad
flicker for about 1-2 seconds when calling this function, so it would be nice to
see this fixed.

-- 
<http://forum.pspad.com/read.php?4,52357,52357>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem