Posts Tagged “vb.net”

VB.Net Using Delegates for Form Updates from Worker Threads

by Tim on September 21, 2011

At Geekup Preston this week a conversation with @surlydev led to an explanation of how to use delegates to update a UI from a worker thread. Talk is cheap, and a code sample goes along way to help explain.