Cool, thanks for the feedback! Final solution that supported by WPF:
Code:
int i = 1;
while (i < 6)
{
textBox1.AppendText(String.Format("current value of n is {0}{1}", i++, Environment.NewLine));
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 8 of 8
Thread: WPF IterationThreaded View
|
Click Here to Expand Forum to Full Width |