Friday, September 29, 2006

Threads and UI controls

Did you know that you cann't access to UI controls from another thread but the one the control was created in?
To couple with the problem in .Net controls have an InvokeRequired property so you can easily redirect your call and make it internal for the UI thread using Invoke method.

No comments: