Hem / Tips & tricks
Sub PlayBackgroundSoundFile() My.Computer.Audio.Play("C:\ljudfil.wav", _ AudioPlayMode.Background)End Sub