wav files in programs

  • Thread starter Thread starter andreas
  • Start date Start date
A

andreas

hi,
it is possible to include picture files in a imagelist so that these files
are hidden in the program files
is it possible to do the same thing with sound(wav) files?
thanks for any response
 
andreas said:
hi,
it is possible to include picture files in a imagelist so that these files
are hidden in the program files
is it possible to do the same thing with sound(wav) files?
thanks for any response

Sure. Include them in your project as an embeded resource. Then they
will be compiled into your executable.
 
Why are certain terms bracketed in the sample code for which you
provided a link? The terms in question are [Stop] and [Loop].

Alcurb
 
Because "Stop" and "Loop" are reserved words, by enclosing them in "[]" they
may be used as user identifiers.

Sid.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

sound files 1
Convert WAV to MP3 4
audio problem 2
playing & re-playing 7 .wav files 2
Convert WAV to MP3 1
File Dialog Question 2
I'm looking for liberies to *.wav, or to speech 2
Reference Embedded WAV file 1

Back
Top