So I have a script that, when run, plays an audio file which I currently have in the same folder. I would like to consolidate the two of these into a single .exe, but I’m not sure if this is possible or not. Does anyone know specifics on this?
Share
The quick and easy way is to:
Namespace.ResourceFile.FileNamewhere Namespace is the namesapce of the project, ResourceFile is the name of the resource file you added (default is “Resource1.resx”), and FileName is the name of the file you added.It will make things easier if after you add the sound file you check the top left button on the window. It will either be “Files” or “Audio” though the window often opens to “Strings”. Make a note of what this currently says so you can switch back to this view later.