I would like to create an infinite progress bar during the execution of a script.
How can I do this ?
I try this method, but it's doesn't works:
Code: Select all
progressBar1.Style = ProgressBarStyle.Marquee;
progressBar1.MarqueeAnimationSpeed = 30;
Code: Select all
progressBar1.Style = ProgressBarStyle.Marquee;
progressBar1.MarqueeAnimationSpeed = 30;