I have a form (Developed in C# using VS2010) with a Progress Bar.
It\'s kind of stopwatch form where I fill the progress bar in say 10secs.... As Time elapses, Progress bar
Answer suggested by Marc will help. Lon running operations can make your application crash or not responsive. I have a blog post related to the usage of the background worker class.