F
Frankie
I'm writing a small C# Windows Forms application. As it does its processing,
I set the .Text property of a Label - so I can know the status of the
ongoing execution. Even though I set the property several times throughout
the execution, I don't see any but the last one - and even then I see it
only after all execution has completed. Is there some way to cause the Label
to display the .Text immediately when I set it?
Thanks!
I set the .Text property of a Label - so I can know the status of the
ongoing execution. Even though I set the property several times throughout
the execution, I don't see any but the last one - and even then I see it
only after all execution has completed. Is there some way to cause the Label
to display the .Text immediately when I set it?
Thanks!