H
Heandel
Hello,
I have an extremely simple code working with a progress bar.
The progress bar style is set to "marquee" in the visual studio winforms
designer. Fine.
Now I have a line that changes the progress bar style to continuous :
progressBar1.Style = ProgressBarStyle.Continuous;
Awesomely simple.
But then, the progress bar disappears for some reason.
I've tried refreshing the control and the whole form too, the progress bar
stays hidden.
I'm using Windows 7.
What could cause this strange behavior ?
Thanks in advance,
Heandel
I have an extremely simple code working with a progress bar.
The progress bar style is set to "marquee" in the visual studio winforms
designer. Fine.
Now I have a line that changes the progress bar style to continuous :
progressBar1.Style = ProgressBarStyle.Continuous;
Awesomely simple.
But then, the progress bar disappears for some reason.
I've tried refreshing the control and the whole form too, the progress bar
stays hidden.
I'm using Windows 7.
What could cause this strange behavior ?
Thanks in advance,
Heandel