Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/272.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 是否以编程方式禁用CE windows动画?_C#_Embedded_Windows Ce_Pocketpc - Fatal编程技术网

C# 是否以编程方式禁用CE windows动画?

C# 是否以编程方式禁用CE windows动画?,c#,embedded,windows-ce,pocketpc,C#,Embedded,Windows Ce,Pocketpc,下面是如何使用注册表项执行此操作 * 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 但是,它需要重新启动设备。我想知道是否有任何方法可以立即以编程方式

下面是如何使用注册表项执行此操作

*  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
但是,它需要重新启动设备。我想知道是否有任何方法可以立即以编程方式禁用它?

看一看。没有动画设置,但是如果您通知GWES不同的更改,它也会更新动画状态