Posted By:
C_Murphy
Posted On:
Monday, June 16, 2003 04:39 AM
Separate threads is correct. What you need to do is synchronize the screen slider to the cuorrent state of the sound thread. A mailbox allowing loose coupling between threads would allow you to do this.
See the following link for an article and download on this topic -
http://liemur.co.uk/Articles/ThreadCommunication.html