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

Thread: multithreading

  1. #1
    Join Date
    Mar 2001
    Posts
    5

    multithreading

    I'm doing a project which has multimedia displaying on a Media Player and dataarrival at the same time. It seems that the media stopped displaying while the DataArrival subroutine is manipulating the data. But when I use doevents, out of stack space occurred. Is it suitable for me to use multithreading? since the media player is in user interface which is an attended execution...


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: multithreading

    It so happen that I am working on a class to provides multithreading in VB. I have post one sample that I just get it work on

    http://vblib.virtualave.net

    maybe you can give some comments.




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