|
-
Oct 18th, 2001, 08:46 AM
#1
Thread Starter
New Member
Threading models
What are the threading models supprted in VB?Can anyone explain these or provide web site address?Please provide example
-
Oct 18th, 2001, 10:44 AM
#2
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.
-
Oct 19th, 2001, 01:27 PM
#3
Lively Member
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
[email protected]
" Programming today is a race between software-engineers striving to build bigger and
better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far the universe is winning". :-)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|