you could do this...
Thats the simple answer.Code:for (int i = 0; i < 10; i++) { listBox1.Items.Add(i.ToString()); Application.DoEvents(); }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Update the listboxThreaded View
|
Click Here to Expand Forum to Full Width |