What is the best way to update a label on a Windows Forms application while processing?
I have a loop that does some processing to files on the user\'s system when t
If your processing is lengthy do it in a backgroundworker thread.
http://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx