In this part-III series i am going to show how to enable SIP – Soft Input Panel keyboard when user Inputs. To enable SIP we need to add Microsoft.WindowsCE.Forms and use InputPanel class for working with SIP Keyboard interface.
I have created a User Interface for adding a new contact. whenever user clicks on First Name text box the SIP keyboard will pops up. In other words when ever text box receives textBox1_GotFocus(object sender, EventArgs e) event the SIP keyboard will pops up, if it receives textBox1_LostFocus(object sender, EventArgs e) event then SIP keyboard will disappear.
Now i clicked on First Name Texas box i got the SIP keyboard Pop-Up.
Here is the code snippet to enable Input panel
Nandri(Thanks)
SreenivasaRagavan.
No comments:
Post a Comment