I have a PocketPC 2003 device running the Compact Framework 1.0. In the application, when certain conditions occur I need to play the system beep. This device does not have a speaker and cannot play .wav files.
I saw and example using:
Private Declare Function Beep Lib "kernel32" (ByVal dwFreq As Long, ByVal dwDuration As Long) As Long
but when I try this on my device I get a not supported exception.
Start Free Trial