How to Update .NET Windows Controls at Runtime
Posted by Johan Cyprich on 17 Aug 2011 | Tagged as: Programming
If you change the value of a control on Windows .NET form during runtime, it may not be updated with the changes. The following code should change the Text property of ToolStripStatusLabel, but it doesn’t work while its processing in the middle of its function. When its the last command in the function, it will [...]
Loading...