D
dumbledad
Hi All,
I have these two lines of code in an event handler:
statusBar1.Text = e.msg;
System.Diagnostics.Debug.WriteLine(e.msg);
For the first twothousand or so events both lines work, but after a
while the status bar text is not updating, though I can see the e.msg
text in the debug output pane in VS.Net. If I put a breakline in and a
watch on statusBar1.Text the text has changed, but it isn't updated in
the UI. Why?
Cheers,
Tim.
I have these two lines of code in an event handler:
statusBar1.Text = e.msg;
System.Diagnostics.Debug.WriteLine(e.msg);
For the first twothousand or so events both lines work, but after a
while the status bar text is not updating, though I can see the e.msg
text in the debug output pane in VS.Net. If I put a breakline in and a
watch on statusBar1.Text the text has changed, but it isn't updated in
the UI. Why?
Cheers,
Tim.