Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RETURN key in VS2005
Message
From
07/09/2006 04:20:50
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01151214
Message ID:
01151620
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform