Question How To Set Volume on a Background Music on the app?

DJDruLotus

Member
Joined
May 7, 2009
Messages
8
Programming Experience
Beginner
Hello I wanna know how to set the volume of the background Music that im using on my app is a bit to loud.
what i really want to do is set the volume to like 50% default and have a volume level to turn it up and down this is the code im using for the BackGound Music

VB.NET:
[COLOR="Blue"]My[/COLOR].Computer.Audio.Play([COLOR="Blue"]My[/COLOR].Resources.[COLOR="Red"]Music File[/COLOR], AudioPlayMode.BackgroundLoop)
 
Back
Top