Add a popup soft input panel to a TextBox

D

Doug Crawford

I would like to create an inherited TextBox control that pops up a small
numeric keypad when it receives focus. The problem is, if I use a
UserControl for the keypad the focus will shift away from the TextBox
when the user taps one of the keys. Is there anyway I can somehow
create the same affect without loosing focus?
 
D

Doug Crawford

This kind of works, but the TextBox momentarily looses focus which
causes the validation to run. Is there any way to extend the
ClientRectangle so that I can capture mouse clicks outside the TextBox
and never loose focus?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top