I want to handle SIP. So i have gone t开发者_运维百科hrough the article http://www.christec.co.nz/blog/archives/42 . I don't find Microsoft.WindowsCE.Forms.dll in the references. Then i downloaded the dll and tried to add it to the project, then it gives an error that it can't be added because its not build in Microsoft.Phone.Runtime environment. So how can i get the dll and input panel.
That dll is for Windows CE, which is NOT the same as Windows Phone 7. The SIP for WP7 is handled by the operating system and is displayed automatically when a text input control receives focus (TextBox
, PasswordBox
, etc).
There is an article that discusses creating a Bulgarian keyboard, but it requires a custom input control, too.
精彩评论