0
kicks
VB.Net TreeView Multithreading [ VB .Net Tutorial ]
While working on Windows forms controls in a multithreaded environment, sharing resources between threads have to be taken carefully. Or else exception will be thrown.
In the current scenario, if a TreeView is being updated in a separate thread, then actually the TreeView will reside in main thread and nodes will be added in consecutive threads. So here the sharing resources have to be handled properly.