I\'m building this application in Visual Studio 2010 using C#.
Basically there are 2 files, form1.cs (which is the windows form) and program.cs (where all the logic
put textbox on the form ( multiple lines enabled) or text area then you can do in your loop
textbox
multiple lines
txtOutput.Text += "Progress " + percent + "% completed." + Environment.NewLine();