G
Guest
Weird, but with the following code:
OpenNETCF.Multimedia.Audio.Player player = new
OpenNETCF.Multimedia.Audio.Player()
player.Play(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("SAMS_PDA.NewJobsUpdate.wav"));
player = null;
I can only seem to get the player to play half of the file (doesn't matter
what .wav file it is either)
What am i doing wrong???
Many Thanks
Rob
OpenNETCF.Multimedia.Audio.Player player = new
OpenNETCF.Multimedia.Audio.Player()
player.Play(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("SAMS_PDA.NewJobsUpdate.wav"));
player = null;
I can only seem to get the player to play half of the file (doesn't matter
what .wav file it is either)
What am i doing wrong???
Many Thanks
Rob