Hi all,
Am trying to play audio from resource using Dot.net CF, I added an audio file for the resource Property in my application, and am try to using below sample resource file reference code for..
SoundPlayer player = new SoundPlayer(Assembly.GetExecutingAssembly().
GetManifestResourceStream("blessedwav.wav"));
player.Play();
But this code doesn't play wav sound, If anyone know How to play the resource audio file using CF 3.5, Please give me some suggestion regarding this.
Thanks for advance.
Regards, Vimal