Hi. I try to make application using DirectAudio
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?Code:Audio music = new Audio("music.mp3");
music.Play();
Printable View
Hi. I try to make application using DirectAudio
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?Code:Audio music = new Audio("music.mp3");
music.Play();