SOURCE CODE REFERENCE : http://camposha.info/source/c-progressbar-countdown-timer-startstopreset/
ProgrammingWizards C# ProgressBar and Timer - C# progress bar tutorial,text,example,update,color,marquee,value,invoke,animation,
style,maximum,asynchronous,backgroundworker,threading,begininvoke,dialog,circular,
timer,countdown,interval,control,tick,event,function,reset,class,thread,animation,reset,alarm,
asynchronous,progress bar,backgroundworker,
C# has the timer class,that can literally be used to time stuff.Then of course we can use the ProgressBar to display the progress and the percentage.Here this is what we do:
1.Create our form with 4 buttons and timer and progressbar
2.Start the timer in the start button,stop it in the stop button and Resume it in the Resume Button.
3.Update ProgressBar and Percentage label.
Cheers Guys !!