Change of visibility of a ToolStripStatusLabel is slow. Why?

N

nvx

Hi,
I have a StatusLabel with an image and a ProgressBar on a StatusStrip, both are not visible by default. When user decides to
save the edited data to a file, both StatusLabel and ProgressBar are set visible and ProgressBar indicates the save progress.
The problem is that if the save operation doesn't last long, the StatusLabel containing the image does not get visible. I tried
to put MessageBox.Show(...) between the line where StatusLabel is set visible and the line where the value of the ProgressBar
starts to increase. Then the StatusStrip was visible. It seems to me that something somehow slows down setting the StatusStrip
visible. Is there any way to improve this odd behaviour?

Thanks for any help.

With regards
nvx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top