I am having an issue where each time I set a Value to the progress bar, a new bar is painted in the StatusStrip control on my WinForm.
I am using default properties for both the StatusStrip and ToolStripProgre ssBar.
Setting two values during a process of 20 and 60, I see a bar for each value.
Any suggestions are appreciated
I am using default properties for both the StatusStrip and ToolStripProgre ssBar.
Setting two values during a process of 20 and 60, I see a bar for each value.
Any suggestions are appreciated
Comment