sound files

A

andreas

Hi,
with imagelist it is possible to hide pictures files in a program
is there a possibility to hide sound files (like wav) in a vb.net program?
thanks for any response
 
A

Andrew

Yes. Simply add the file you wish to compile into your application's
executable to your project. Select the file and change property from
Content to Embedded Resource. You can then call some methods somewhere
within the Reflection namespace to get a byte array for that file. Read up
on MSDN about embedding resources in your application.

- Andrew
 

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

wav files in programs 4
what to use to play sound? 5
IPhone sound quality gets worse each generation 5
audio problem 2
WAV files 2
Question about ImageList 1
book recommendation request 0
sound icon hiding 2

Top