Hi,
I recall from VB/VBA that, when working with forms, you could switch the screen updating off when performing some long process and then switch it back on again, the point being that the code would run faster as it didn't have to keep re-drawing the form - also the app's appearance would be better as you wouldn't be left with a 'half-drawn' form image as the processing was being carried out.
Is there something similar in C#?
Cheers
Pete
I recall from VB/VBA that, when working with forms, you could switch the screen updating off when performing some long process and then switch it back on again, the point being that the code would run faster as it didn't have to keep re-drawing the form - also the app's appearance would be better as you wouldn't be left with a 'half-drawn' form image as the processing was being carried out.
Is there something similar in C#?
Cheers
Pete