Im trying to call some windows forms code (like setting label.visible = true in some event code, everything compiles ok, but form does not react to change! What could be the problem?
Problem is in lines:
labelNewCall.Visible = true;
timerNewCall.Enabled = true;
code : http://pastebin.com/gV28PN4P
also other code did not work, until i reordered some of it (order is not important but it did not work otherwise… )
You can also try a handy little method that you can place in your inner-loop:
Here’s the MSDN write up:
http://msdn.microsoft.com/en-us/library/system.windows.forms.application.doevents.aspx