Hi,
Is there a way to the application do not show the status (Not responding) in windows Xp for example, when it's running a big operation
I tried removing the "Causesvalidation" but didn't worked !
I'm using this.refresh() sometimes, and does not work as well.
Thanks

Application not responding
PiGuy
Thanks a lot...
Can you give me an example of the DoEvents
BALA SINGAM - My
Uli Hofer
Dan Mikkelsen
Amde
Application.DoEvents();
Anatoly Porsev
DoEvents
ititrx
I got the following errors
Visual Studio Projects\Leitor\Form1.cs(208): Only assignment, call, increment, decrement, and new object expressions can be used as a statement
and
Visual Studio Projects\Leitor\Form1.cs(208): The name 'DoEvents' does not exist in the class or namespace 'Leitor.Form1'