Visual Studio Play Sound With No File Present
Posted
by jb
on Stack Overflow
See other posts from Stack Overflow
or by jb
Published on 2010-04-01T19:59:33Z
Indexed on
2010/04/01
20:03 UTC
Read the original article
Hit count: 215
It's fairly simple to play a sound file, say temp.wav, from Visual Studio C#. I'm looking for a way to do this without temp.wav being locatable from the machine running the program.
IE - I want to read the .WAV file into my solution so that it is somehow inside of my .EXE and be played by it.
Is this possible?
© Stack Overflow or respective owner