wav files in programs

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
 
T

Tom Shelton

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.
 
A

alcurb

Why are certain terms bracketed in the sample code for which you
provided a link? The terms in question are [Stop] and [Loop].

Alcurb
 
S

Sid Price

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
Converting MID sound files to WAV format 4
Combining .wav files 2
File Dialog Question 2
WAV files 2

Top