Visual Basic / Sound / Storing WAV data in EXE file
Snippet details
ID: 402
Viewed: 1303
Added: 2002-08-19
Version:
to store the WAV data (sound file) into the compiled
EXE file ?
You can do this by using a resource file and API.
posted by IUnknown of Vbforums
To use the following example, create a new project and add a resource file. Insert a custom file (wav sound) into the resource file and give it a type name of "WAVE" and an ID of "MYSOUND", then paste the following code into your form module:
EXE file ?
You can do this by using a resource file and API.
posted by IUnknown of Vbforums
To use the following example, create a new project and add a resource file. Insert a custom file (wav sound) into the resource file and give it a type name of "WAVE" and an ID of "MYSOUND", then paste the following code into your form module:
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
| Snippet By: | Unknown |
| Declarations | |
| Code | |
| Highlight All | |
No Reviews to show
