- Published on
Thread-safe GUIs in .NET 2.0
- Authors
-
-
- Name
- David Mohundro
- Bluesky
- @david.mohundro.com
-
Roy Osherove posts today about different ways to accomplish thread-safe GUIs using .NET 2.0… and C#.
Since we’re primarily using VB.NET at work, we don’t get the anonymous delegate love… oh well. Ever since I discovered that JavaScript could do the same thing*****, I’ve been wanting to use it in managed code as well. I guess I’ll have to do it on my own time for now.
* like so: document.body.onload = function() { alert("I've been loaded!") }