Why is it that some controls (i.e, :label2.text or textboxes ) do not get updated in the loop apart from the progressBar ?Code:for(i=0;i<1000;i++) { progressBar1.Increment(1); label2.Text = i.ToString()+ " record processed"; }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: Control RefreshThreaded View
|
Click Here to Expand Forum to Full Width |