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

    How to use CreateThread

    Hi All

    Can anyone send me the sample code of API
    CreateThread

    Thanx




  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: How to use CreateThread

    refer http://vblib.virtualave.net, there is a class vbMultiThreading that wraps all the relevant API.

    I hope you at least know how to marshal an interface between 2 threads if you need to pass VB oject around before using the thread API, or else it will be very unstable because you violate COM rules.


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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