Master Volume control in .NET

You mean just the volume of the sounds you play?

Well if thats the case then this should work:

[VB]

Hello =)
Ok this only works if do this at the VERY beginning of your code:

Imports System.Microsoft.DirectX.AudioVideoPlayback

And you only do that AFTER you add the AudioVideoPlayback to yer references
then be sure to add the necessary .dlls do your .bin folder

-------------------------------------------------------------

Now this is the code where you add the stuff to execute the music and change the sound

Dim Background As Audio
Background.Volume = 100
Background.Play
[/VB]


Well looking at your post again...I think Im answering your question wrong :(

Oh well :rolleyes:
 
Ha, it seems to do something now, but it only sets the "WaveOut" slider. Is it possible to set the "MainOut" slider ?

Does anyone know how the setWaveOutVolume works ? Which bits are for which function ? Bacause my balance slider is permantly on the Left side.
 
Back
Top