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

旧巷老猫 提交于 2019-12-05 07:35:24

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/10014275/how-to-increase-size-of-sip-qwerty-keyboard-on-windows-mobile-6-53-vc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!