Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RETURN key in VS2005
Message
De
07/09/2006 04:20:50
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01151214
Message ID:
01151620
Vues:
30
Apparently KeyDown does not capure a Return in PocketPC 2005 (but does in 2003)
The code is
private void txtRackR_KeyPress (object sender, KeyPressEventArgs e)

{

Keys key = (Keys)e.KeyChar;

if (key == Keys.Enter)

{

scanRackR();


}



}

And it works perfectly
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform