Browse by Tags

All Tags » clr (RSS)

Dispatch It

In WPF, like most UI frameworks, UI elements can only be updated from the thread they were created on. If you do background work, and want to affect the UI from a different thread, you'll have to dispatch it. The Dispatcher class has a CheckAccess() method...
Posted by aelij | 1 comment(s)
Filed under: ,

I haven't written here for a while

The end of my last semester at the Open University is nigh, so I don't have much time for extracurricular activities. Since I haven't mentioned it before, I'm studying for a B.A. in Computer Science. Last chores for this semester: Compilation...
Posted by aelij | with no comments
Filed under: , , , ,
More Posts