Antoine
Regular
How can I alter / change the master volume of the main soundcard ?
Regards,
Antoine
Regards,
Antoine
'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