Master Volume control in .NET

You mean just the volume of the sounds you play?

Well if that's the case then this should work:

Visual Basic:
'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


Well looking at your post again...I think I'm 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