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.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.