Mr. Lame
Mr. Lame

Reputation: 1247

Bringing up numeric keyboard automatically on editing textbox (.NET CF)

This stackoverflow question explains in detail how to bring up/hide the virtual keyboard on getting/losing focus on a control. However in my TextBox, I want the user to type numbers, so it were nice if I could switch the virtual keyboard to numeric input directly. Do you have any proposals how to do that?

Upvotes: 4

Views: 2141

Answers (1)

Julien Poulin
Julien Poulin

Reputation: 13025

Check out this article. I think that's what you're looking for...

Upvotes: 4

Related Questions