secondary thread to add data to the control
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I’ve a WinForm application and a TreeView control on it. I’m creating another thread to add data to the control. So far I’m able to achieve this behavior, but sometimes secondary thread is not destroyed. I know it is not recommended, but I’d like to know more about my options and why I should not do this. Thanks