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.