CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    1

    Multi-threading in VB

    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


  2. #2
    Join Date
    Jul 1999
    Location
    Prague, Czech Republic
    Posts
    263

    Re: Multi-threading in VB

    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

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

Featured