it looks like your class just has one instance of waveOutDevice, volumeStream and mainOutputStream. However, there needs to be one per device. A simple way to do this would be to create a usercontrol with your play, pause, volume buttons on it, and then have multiple instances of that usercontrol on your main form.
↧