PDA

Click to See Complete Forum and Search --> : Threading models


arvind_hatti
Oct 18th, 2001, 08:46 AM
What are the threading models supprted in VB?Can anyone explain these or provide web site address?Please provide example

jim mcnamara
Oct 18th, 2001, 10:44 AM
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.

Gaurav
Oct 19th, 2001, 01:27 PM
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