Hi,
I've got a question about the WaveOutSetVolume function.

waveOutSetVolume (ByVal wDeviceID As Integer, ByVal dwVolume As Long) As Integer

I can only change the volume of all the wave output, and I would like to change the volume of each MCI-control separatly when I play two mp3s using two different MCI-controls
Every MCI-control has its own DeviceID so I know it should be posible but I don't know how.

I would be very happy if someone could help me with this.