Non riesco a capire cosa non ti è chiaro... scarica il sorgente (click sul link "Download the source"), aggiungi il file .vb al tuo progetto e a quel punto potrai eseguire suoni come spiegato:
Using the code is very simple, you have to choose if you want to play a file: Sound.PlayWaveFile("Filename.wav"), an embedded resource: Sound.PlayWaveResource("Embedded.wav"), or a system sound: Sound.PlayWaveSystem("SystemExit").
.