G
Guest
How might one do this
Update windows form TextBox.Text w/ a timer(c#). There is a threading issue here
I tried
http://blogs.msdn.com/csharpfaq/archive/2004/03/17/91685.asp
And got
System.InvalidOperationException: Cannot call Invoke or InvokeAsync on a control until the window handle has been created
Thanks!
Update windows form TextBox.Text w/ a timer(c#). There is a threading issue here
I tried
http://blogs.msdn.com/csharpfaq/archive/2004/03/17/91685.asp
And got
System.InvalidOperationException: Cannot call Invoke or InvokeAsync on a control until the window handle has been created
Thanks!