playing a wave file in CE 5.0

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.
 
C

Chris Tacke, eMVP

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
 
P

Peter Wucherer

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top