What are the threading models supprted in VB?Can anyone explain these or provide web site address?Please provide example
Printable View
What are the threading models supprted in VB?Can anyone explain these or provide web site address?Please provide example
Threading does NOT work reliably in VB6.0 - this means you cannot explicitly create threads.
VB implicitly (behind your back) implements apartment model threading in ActiveX objects (.dll or .exe).
If you need to build a threaded app, VB will not do what you need, look to C++. VB.NET will create and execute threads reliably, I have read.
Whoa mate...
lets NOT be that hasty ... threading is possible in VB and has been for a while... take a look at an old article on this.. is attached...
cheers
Gaurav