Change Numeric keypad to mobile phone keypad

  • Thread starter Thread starter Melson
  • Start date Start date
M

Melson

Hi

May I know is there a way to change the Numeric keypad into mobile phone
keypad?


Regards
Melson
 
Melson,

I'm not quite sure I understand the difference. I mean, they both input
numbers, don't they?
 
Hi Nicholas

What I mean is the normal keyboard which we are using with our computer. The
numeric keypad can only enter numeric. Can the numeric keypad be changed to
able to enter numeric and character just like normal mobile phone.

Please help. Thanks.


Regards
Melson

Nicholas Paldino said:
Melson,

I'm not quite sure I understand the difference. I mean, they both
input numbers, don't they?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Melson said:
Hi

May I know is there a way to change the Numeric keypad into mobile phone
keypad?


Regards
Melson
 
Melson said:
Hi Nicholas

What I mean is the normal keyboard which we are using with our computer. The
numeric keypad can only enter numeric. Can the numeric keypad be changed to
able to enter numeric and character just like normal mobile phone.

Please help. Thanks.
No it can't.
You would have to do it manually by capturing the keypresses and
translating them to the relevant characters.
Presumably based on a timer of some sort to 'commit' the keypress and
convert to the character.

<...>

JB
 
Back
Top