I have a series of .wav files I'd like to use in my program. I know how to use them by loading up the file name, but the problem there is that when distributing my program, I have a whole lot of sound files that I have to send along with it. It's not exactly the end of the world, but it looks messy to me and I'd like to have as few files as possible.
What I'd like to do is find some way to either get them included inside of my visual basic program (so they're all built into the project upon compiling) or create a single file that somehow contains all of the wave files and allows me to call wave files from VB. The first method seems like it'd be handier, but any method that might serve well works for me.
Start Free Trial