How to bundle a .wav sound into a Winform application .exe executable?
I have a al开发者_如何学运维arm clock Winform program with a .wav sound. I would like to bundle the sound file into the exe file so that it is easier to distribute. How can I do this?
You could include the .wav file as an embedded resource. This link describes how you can play the .wav file that is embedded.
精彩评论