Sunday, December 13, 2009

(WinCE) Controlling Standard Input Panel (SIP)

If you have an application where you want to display the SIP for text input you can display and hide the SIP as below. Take note, you must also add the SIP catalog first. :-)

Required Header : Sipapi.h
Required Library : Coredll.lib



Usage

SipShowIM(SIPF_ON); //display SIP

SipShowIM(SIPF_OFF); //hide SIP

No comments: