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.
 
Back
Top