|
-
August 18th, 1999, 09:57 PM
#1
Adding File
I need to add .wav file to my program. If I use setup wizard, then it'll make a folder with .exe and .wav files. I need to place .wav into my .exe (like an icon), so it'll be in my program and not separate file. You can do it with Delphi, what about VB?
-
August 19th, 1999, 02:27 AM
#2
Re: Adding File
in VB you can add a file to the EXE of your program by integrating it in a RES File and adding that res file to your project.
IMHO, you still have to extract that binary resource from your exe (LoadResData) and write it to a (temporary) file to play it.
To add a file to a res file you need the resource compiler.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|