Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Beep
Message
From
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:
01150089
Views:
50
Viv

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

What about a usergroup!!!!

VB code
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim I
For I = 1 To 3 ' Loop 3 times.
Beep() ' Sound a tone.
Beep()
Next I


End Sub

C# code
private void button1_Click (object sender, EventArgs e)
{

for (int I = 1; I <= 3; I++) {
Beep();
Beep();
}
}
The name 'Beep' does not exist in current context

Tried adding System.Console but it does not exist

Regards


Richard Simmons
Shrewsbury
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform