windows opening animation in wec 2013

  • Hi,


    Whenever i show a form in c#.net (vs2012 for efusA9)
    Something draws square lines to animate the opening of the new form.
    I don't want this.


    I looked in compact framework, but i can't seem to find a setting to control this.... :(


    Can this be switched off??


    I want to pre-load several windows at startup of my program... and its annoying to see all the animations...


    thanks.

  • Thanks!
    Works perfectly in WEC2013 F&S 1.40 on efusA9


    Here is the NDCUCFG command sequence:


    reg open \SYSTEM\GWE\
    reg set value Animate dword 0
    reg create key ANIMATE
    reg open ANIMATE
    reg set value Frames dword 0
    reg set value DelayMilliseconds dword 0
    reg save