1
Answer

Working with Multiple Progress-Bars with Backgroundworker

Hi,
 
I have three progress-bars and a backgroundworker. I want them to operate in sequence i.e. the second progress bar starts when the first progress bar attains its maximum value, similarly, the third progress-bar starts when the second attains its maximum value.
 
Could somebody please help with the code snippet?
 
Thanks in anticipation 
Answers (1)