Hi. I try to make application using DirectAudio
Code:
            Audio music = new Audio("music.mp3");
            music.Play();
Well. It works fine, but my project must be in one executable file, so I need to use the control by Resource. Is this possible?