display an infinite progress bar ?
Posted: Mon Jun 03, 2013 10:51 am
Hi,
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:
Anyone have an idea ?
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;