G Guest Nov 8, 2005 #1 In OpenNet DLL, to play a wav file i have to create a stream, how could i do that?? Thanks in advance..
In OpenNet DLL, to play a wav file i have to create a stream, how could i do that?? Thanks in advance..
S Sergey Bogdanov Nov 8, 2005 #2 To play a wav file you may use this: OpenNETCF.Windows.Forms.SoundPlayer sp = new SoundPlayer(WavFilePath); sp.Play();
To play a wav file you may use this: OpenNETCF.Windows.Forms.SoundPlayer sp = new SoundPlayer(WavFilePath); sp.Play();