/
posted by
Denislav Savkov
on
Aug 29, 2008 (more than a year ago)
If you have used multiple threads or just timers in your applications, you probably know that if you have to update any user interface, control you should not do it from any other thread but from the one that the control was created from. That is why if your application uses multiple threads, you always have to be aware of what thread you are in. In Silverlight invoking a piece of code in the user ...