Click to See Complete Forum and Search --> : Understanding threads


Mikesc
November 9th, 1999, 09:15 AM
I'm having a bit of a hard time understanding threads in VB. I understand what threads are ( from studying Java) but I don't understand the apartment threading model of VB. Anybody know of some easy to understand info that explains it? The VB help files just give me a headache...
Why is it so hard to implement multithreading in VB? Is it because you have to manage the termination of the threads? Any help would be greatly appreciated.