Stop Animation in Forms

  • Thread starter Thread starter Russ Du Preez
  • Start date Start date
R

Russ Du Preez

Hi All,

I was wondering if there is a way to stop the animation when a form
loads.
It is hard to explain, but whenever a form loads on a screen it
Flashes (for lack of a better word).
You see the Square Border of the form in the center of the screen
grow bigger until the entire form displays / shows.

Do any of you have any suggestions as to how I can work around this,
or completely STOP this from happening?

Thanks,
Russ
Consolidated African Technologies
http://www.cats.co.za
 
Hi Peter,

Thanks for the respose.

I am using a CE.NET 4.2 device.
I took a look at the registry HKCU\ControlPanel\Desktop
I did not find the key WindowMetrics - so I added it and created the
string MinAnimate with a value of 0.
I did a soft reset on the device.
This made no difference.

Any other ideas?

Thanks,
Russ
 
Another possible solution, look at the key
HKEY_LOCAL_MACHINE\System\GWE
Add a DWORD value called "Animate" and set value to 0. You'll need to reset
to see the change.

Peter
 
Back
Top