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
You are blocking the Main UI thread. You can use a background worker to do this. You can find more details in MSDN