Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KeyPress question
Message
From
13/07/2005 23:38:49
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01032486
Message ID:
01032507
Views:
21
>Hilmar,
>There was a lot of questions in your post. ...

Yes, indeed. And I will still have more questions...

>You can handle the backspace like this:
>
>e.KeyChar == '\b'
>//or
>e.KeyChar == (char)System.Windows.Forms.Keys.Back
>
Thanks, that works. But that immediately reminds me of another question: What is the usual way of checking, for example, for Ctrl or Alt? Say, I want to carry out a special action if the user presses Ctrl-X or something.

>Arrows and tab and delete and probably some other keys are not even captured by the KeyPressed event. I am not 100% sure why. Hopefully someone else knows why

Well, the fact that they are not checked sure simplifies the validation. Perhaps Microsoft wanted to more or less impose, or just simplify programming for, a standard interface. "More or less" because the might be workarounds.

>South America use comma as the decimal separator like in Europe right. That has to do with the culture setting(so on my computer the period is the decimal symbol)

Yes, that is the way my Control Panel is set up.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform