bertrandkis
Programmer
I have a front end application that collect data from a database change the data according to a set of rules and then stores it back to the DB.The application uses loops intesively because every single record must be processed but now the application holds control of the processor and thus prevents the user from doing any other activity.When a new window is opened and closed while the appplication is running the screen does not refresh at all and it looks bad. I tried using the DoEvents statement as in VB6 but .net does not want it.it gives a error.I tried the MSDN library but did not find an equivalent of DoEvents in .net. If you can help with this problem I will appreciate. Thanx.