Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Beep
Message
From
01/09/2006 04:05:16
 
 
To
01/09/2006 02:05:16
General information
Forum:
Palm, Pocket PC and Handheld
Category:
Pocket PC in general
Title:
Re: Beep
Miscellaneous
Thread ID:
01148583
Message ID:
01150306
Views:
28
>I cant even get this code working
>What using statement do I need

You shouldn't need any - it's an API call

>Where does the code go
Where you want a beep <g>

Seriously, just to clarify: you say the VB example works and the C# does not ? What happens with the C# version?

What platform are you targeting - maybe not all support the MessageBeep() API call?

If all else fails you could, of course, import the VisualBasic dll:
using Microsoft.VisualBasic;
MessageBeep(x);
It might give you better cross-platform support but the DLL size may be a factor....
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform