CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Posts
    19

    A Multithreaded OCX?

    I want to create a multithreaded ocx that runs on its own thread and can run simultaneouly with my app something like a timer....
    I do not want to use the CreateThreadAPI for some limitations I have!
    Any help would be appreciated.



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: A Multithreaded OCX?

    AFAIK the current version of VB supports only apartment threaded COM objects.
    VB 7 will support free-threaded components.
    Select the "Threading Model" from Project/Properties.




  3. #3
    Join Date
    Jul 2000
    Posts
    110

    Re: A Multithreaded OCX?

    True multithread VB5 or VB6 source code communication 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