CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: CreateThread

  1. #1
    Join Date
    Feb 2001
    Location
    Israel
    Posts
    94

    CreateThread

    How do I create thread in VB , tried CreateThread , it compiled but didnot worked....

    I will be glad to see an example.
    By the way my program is declared as a standard exe.

    FatMan


  2. #2
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452

    Re: CreateThread

    Check out this post at PSC.

    http://www.planetsourcecode.com/xq/A...s/ShowCode.htm

    Be careful with this. Threading in VB is very problematical. VB tends to become very unstable with this.


  3. #3
    Join Date
    Jul 2000
    Posts
    110

    Re: CreateThread

    True multithread VB source code control:

    http://www.banasoft.com/DownLoad/BNComm.exe


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