C# windows forms not updating in method
Posted
by Oscar
on Stack Overflow
See other posts from Stack Overflow
or by Oscar
Published on 2010-05-28T11:45:53Z
Indexed on
2010/05/28
11:51 UTC
Read the original article
Hit count: 178
Hi! 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 if (order is not important but it did not work otherwise... )
© Stack Overflow or respective owner