I have a text box that will only accept numerics. I have used Keypress and
keydown with success but having the num pad come up would be best.
Apparently the keys used to switch mode are not processed, that is, using
keypress they are not echoed. My question is, can the sendMessage
method be used and if so, what would the int msg, int wParam, int lParam be
for the numeric keypad?
Some time ago I posted this message in the Pocket PC Developer forum and
have had no replies - since the input panel is in the Windows CE namespace
perhaps you guys/gals know the answer or can send me to the right source.
Thank-you.
James
Paul T.
"James [hotmail]" <james_...@hotmail.com> wrote in message
news:un$dcQn3J...@TK2MSFTNGP04.phx.gbl...
Any thoughts would be appreciated.
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:uPEnvF73...@TK2MSFTNGP05.phx.gbl...
Paul T.
"James [hotmail]" <james_...@hotmail.com> wrote in message
news:%23HNFqp$3JHA...@TK2MSFTNGP04.phx.gbl...
-James
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:eqZFR5t4...@TK2MSFTNGP05.phx.gbl...
Or, I guess that you could create your own input panel, maybe just numerics,
and select that one for your form operations. That would be relatively
easy, I think. You could, if you wanted to, create a method to send it a
message to change from numeric to alpha and back, too.
Paul T.
"James [hotmail]" <james_...@hotmail.com> wrote in message
news:edVAhHy4...@TK2MSFTNGP03.phx.gbl...
Sorry for the late reply; appreciate your help Paul!
-James
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:#hwqFA64...@TK2MSFTNGP02.phx.gbl...