Click to See Complete Forum and Search --> : Multi-threading in VB


lazyworm
December 14th, 1999, 07:58 PM
Is it possible to create a multi-threaded standard .exe in VB??

How does VB applications compare to VC++ applications in terms if efficiency and performance??


Brian

Matthias S
December 21st, 1999, 03:45 AM
As far as I know it is not possible to create a multithreaded standard exe in VB, since in Visual Basic everything is limited to the one and only main thread.

HTH

Best wishes,

Matthias Steinbart