Click to See Complete Forum and Search --> : multithreading


thomascheung
April 11th, 2001, 06:05 PM
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...

cksiow
April 12th, 2001, 03:57 AM
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.