likejudo
likejudo

Reputation: 3735

How to increase size of sip qwerty keyboard on windows mobile 6.53? (VC++)

In an input text field, the user taps at the Soft Input Panel keyboard to bring it up. Unfortunately, the keys are so tiny! Is there a way from VC++ (VS2008) to resize it so the buttons are larger?

I dont know how people use it - the keys are so tiny, that even with a stylus, one ends up typing the wrong keys. I could not figure out how to increase the size of the SIP panel from the default 80 pixels to something larger. I found this SIP sample but it does not set the size C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\win32\HandleSIP

Upvotes: 1

Views: 814

Answers (1)

PaulH
PaulH

Reputation: 7873

It is not simple, but you can provide a custom Soft Input Panel (SIP).

MSDN has an article titled Programming a Software-Based Input Panel that details the technique.

Upvotes: 1

Related Questions