Home All Groups Group Topic Archive Search About
Author
24 Apr 2006 5:32 AM
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

Author
10 Jun 2006 12:58 AM
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

Show quoteHide quote
"andreas" <andr***@pandora.be> wrote in message
news:bqZ2g.388747$0c3.11172905@phobos.telenet-ops.be...
> 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
>
>