I have noticied that when using the PorgressBar. If I set the value to x, the value displayed is not immediately updated, it takes a small amount of time to draw it as the b
I found that using PerformStep() instead of setting the value did not have this rendering delay - still had to call Application.DoEvents() though.