Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Beep
Message
From
31/08/2006 11:55:28
 
 
To
31/08/2006 07:00:04
General information
Forum:
Palm, Pocket PC and Handheld
Category:
Pocket PC in general
Title:
Re: Beep
Miscellaneous
Thread ID:
01148583
Message ID:
01150154
Views:
39
Hi,

>Wow someone in my part of the woods doing PocketPC!!

'Fraid not. Just saw the API call which you said worked in VB and , if so, I couldn't see why a C# call to the same function would fail.

If the VB example is correct then a simple:
        [DllImport("Coredll.dll")]
        private static extern long MessageBeep(long count);
        MessageBeep(48);
should work?

Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform