Import the sound file into the project as a resource
This example uses a file cartcar.wav, which is refered to as cartcar when it is imported.
Step 2;
My.Computer.Audio.Play(My.Resources.cartcar, AudioPlayMode.WaitToComplete)-or for backgound-
My.Computer.Audio.Play(My.Resources.cartcar, AudioPlayMode.WaitToComplete)