开发者

Disable CE windows animation, programmatically?

Here is how to do it with a registry key.

*  Go to HKEY_LOCAL_MACHINE\SYSTEM\GWE
* Create a DWORD named Animate if it does not already exist
* Edit the DWORD value named Animate
* 0 - Disables Window Animation
  1 - Enables Window Animation

Ho开发者_如何学Gowever, it needs restart of the device. I would like to know if there is anyway to disable it instantly, programmatically?


Take a look at SystemParametersInfo. There is no animation setting, but maybe if you notify GWES of a different change it will also update the animation state.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜