playing a wave file in CE 5.0

  • Thread starter Thread starter id10t error
  • Start date Start date
I

id10t error

Hello,

I am writing an ASP.net website that will run on my Falcon 4420. I am
trying to make the scanner play a sound when they scan an item that I
do not want them to scan. Can any one lead me in the right direction?
Than you in advance for your help.
 
The browser is not going to have access to any hardware or system calls
simply for the sake of security. If you need the browser to get out of that
sandbox, the typical mechanism is to write a COM/ActiveX control that you
host in the page that can make those calls on your behalf. The control must
be written in native code and installed on the device for this to work.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
Hello,

I am writing an ASP.net website that will run on my Falcon 4420. I am
trying to make the scanner play a sound when they scan an item that I
do not want them to scan. Can any one lead me in the right direction?
Than you in advance for your help.

I don't know about ASP.
But with Compact Framework 5.0 and C# i use WCE_PlaySound.
You will find a sample from MS when search WCE_PlaySound.

Hope this helps,
Peter
 
Back
Top