wave files

  • Thread starter Thread starter jerry
  • Start date Start date
J

jerry

Using client jscript or vbscript, how would I code the
script to play a wave file on a ce.net device?
 
* "jerry said:
Using client jscript or vbscript, how would I code the
script to play a wave file on a ce.net device?

Did you know that /this/ is a VB.NET language group?
 
Jerry:

I don't think you can do it from a script. You need to use P/Invoke with
the playsound API to accomplish this.. you may want to check out the
multimedia library at www.opennetcf.org .

HTH,

Bill

BTW, you may want to post CE quesstions to
microsoft.public.dotnet.framework.compactframework
 
Back
Top