np m8
Get a .WAV file
Goto vb, double click "My Project" , select "Resources" , simply drag and drop the .WAV file into the "Resources"
Now you can use this to play that file (heart_monitor , is my .WAV file name) , replace that with your file name:
Get a .WAV file
Goto vb, double click "My Project" , select "Resources" , simply drag and drop the .WAV file into the "Resources"
Now you can use this to play that file (heart_monitor , is my .WAV file name) , replace that with your file name:
Code:
My.Computer.Audio.Play(My.Resources.heart_monitor, AudioPlayMode.BackgroundLoop)