문제

How can I detect if a windows mobile device has the keyboard extended? I am manually launching the soft keyboard and I need to know when to prevent my app from launching the PIE.

도움이 되었습니까?

해결책

Have you tried using SHSipInfo ?

Alternatively, if your application is maximized, you can try to get the Client/Window size of your window, close the keyboard using SHSipPreference and get the size of the window again. if the size become longer then probably the sip was open. keep these window sizes for later comparisons.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top