Answered by:
how to only allow numeric entry for alpha-numeric key pad

Question
-
Hi
I am developing application on windows smart phone, how do I get the alpha - numeric key pad set to only allowing for numeric entry under certain circumstances? So that users do not have to press key for many time until they get a number?
Many thanksWednesday, February 10, 2010 11:20 AM
Answers
-
If you are using edit control, then you can set its style to ES_NUMBER. This control will accept only numbers.
- Proposed as answer by nil123 Wednesday, February 10, 2010 11:46 AM
- Marked as answer by warrentang Monday, February 15, 2010 5:22 AM
Wednesday, February 10, 2010 11:46 AM -
Hi Jane Li,
You can refer thread below , hope you will get idea how to acheive :
http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/f70ef704-5d1d-4e9b-9ce1-a0ca2f32e60d
Thanks.
Thanks, Mohsin Shaikh. If you find my post is helpful for you then mark it as answer.- Marked as answer by warrentang Monday, February 15, 2010 5:22 AM
Wednesday, February 10, 2010 11:48 AM
All replies
-
If you are using edit control, then you can set its style to ES_NUMBER. This control will accept only numbers.
- Proposed as answer by nil123 Wednesday, February 10, 2010 11:46 AM
- Marked as answer by warrentang Monday, February 15, 2010 5:22 AM
Wednesday, February 10, 2010 11:46 AM -
Hi Jane Li,
You can refer thread below , hope you will get idea how to acheive :
http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/f70ef704-5d1d-4e9b-9ce1-a0ca2f32e60d
Thanks.
Thanks, Mohsin Shaikh. If you find my post is helpful for you then mark it as answer.- Marked as answer by warrentang Monday, February 15, 2010 5:22 AM
Wednesday, February 10, 2010 11:48 AM