I have a single multimedia control with simple code.
With MMControl4
.FileName = "C:/song.mp3"
.Command = "Open"
.Command = "Play"
End With
how can i change the volume of the sound playing?
Printable View
I have a single multimedia control with simple code.
With MMControl4
.FileName = "C:/song.mp3"
.Command = "Open"
.Command = "Play"
End With
how can i change the volume of the sound playing?
Manavo's code
http://www.vbforums.com/showthread.p...=change+volume
no, i want the controls volume to be lowered, not windows.
Oh sorry :blush:
I don't think the MMC has a volume control - it plays the audio at whatever volume it was recorded at.