Results 1 to 3 of 3

Thread: Threading models

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Location
    India
    Posts
    7

    Threading models

    What are the threading models supprted in VB?Can anyone explain these or provide web site address?Please provide example
    Arvind

  2. #2
    jim mcnamara
    Guest
    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.

  3. #3
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97
    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
  •  



Click Here to Expand Forum to Full Width