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...