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
Printable View
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
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