S
Sidebp
Hi,
I know this one has been done to death, but I'm having no luck!
I have developed a barcode scanning app for a PSC falcon 4420 (pocket
pc). When a scan succeeds or fails i want to play a sound. I've tried
using the OpenNETCF Multimedia.Audio.Player and this works fine,
however it seems to intermittently not play the sound.
Therefore my question is three fold:
- Is there anyway to play sound other than the opennetcf (Ive tried
various snippets from here with no luck)
- Why would the opennetcf not play the sound intermiettently? (ive
tried running it in a seperate thread)
- Has there ever been an implementation of the P/Invoke MessageBeep
that works? I'd prefer this to playing a streamed WAV file but cannot
use this. P/Invoking simply throws a MissingMethodException.
Thanks
I know this one has been done to death, but I'm having no luck!
I have developed a barcode scanning app for a PSC falcon 4420 (pocket
pc). When a scan succeeds or fails i want to play a sound. I've tried
using the OpenNETCF Multimedia.Audio.Player and this works fine,
however it seems to intermittently not play the sound.
Therefore my question is three fold:
- Is there anyway to play sound other than the opennetcf (Ive tried
various snippets from here with no luck)
- Why would the opennetcf not play the sound intermiettently? (ive
tried running it in a seperate thread)
- Has there ever been an implementation of the P/Invoke MessageBeep
that works? I'd prefer this to playing a streamed WAV file but cannot
use this. P/Invoking simply throws a MissingMethodException.
Thanks