Hiya!! I just putted together a small tutor how to make yor app play with resourcefiles.
1. Open your project properties.
2. Click resources tab, then choose audio.
3. Click "Add resource" then "Add existing file".
After that, use this code to play your sound.
Hope u enjoy it. It took me a wile to find info about it. But thx to all at vbforums i finally got up with this.Code:My.Computer.Audio.Play(My.Resources.Hit, AudioPlayMode.Background) 'Hit is the soundfile in my case![]()


Reply With Quote
