<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Manage soft input panel (SIP)</title>
	<atom:link href="http://www.christec.co.nz/blog/archives/42/feed" rel="self" type="application/rss+xml" />
	<link>http://www.christec.co.nz/blog/archives/42</link>
	<description>Development for a mobile world - Making a quality platform one application at a time</description>
	<lastBuildDate>Fri, 12 Mar 2010 05:38:21 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kiran</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-38639</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Fri, 12 Mar 2010 05:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-38639</guid>
		<description>This is really useful</description>
		<content:encoded><![CDATA[<p>This is really useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opariti</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-30737</link>
		<dc:creator>Opariti</dc:creator>
		<pubDate>Fri, 18 Sep 2009 16:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-30737</guid>
		<description>Oups, sorry, it is for Chis the above ...
Opariti</description>
		<content:encoded><![CDATA[<p>Oups, sorry, it is for Chis the above &#8230;<br />
Opariti</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opariti</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-30736</link>
		<dc:creator>Opariti</dc:creator>
		<pubDate>Fri, 18 Sep 2009 16:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-30736</guid>
		<description>Mark,
Is there any possibility to do programmatically make visible/invisible the small SIP icon (I&#039;m not talking about the Enabled property of the InputPanel control)? I&#039;ve read that removing it from registry would not allow to flip/flop through program, and I need to hide the SIP icon so that to make visible my own controls.
Thanks!</description>
		<content:encoded><![CDATA[<p>Mark,<br />
Is there any possibility to do programmatically make visible/invisible the small SIP icon (I&#8217;m not talking about the Enabled property of the InputPanel control)? I&#8217;ve read that removing it from registry would not allow to flip/flop through program, and I need to hide the SIP icon so that to make visible my own controls.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonatas</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-28860</link>
		<dc:creator>Jonatas</dc:creator>
		<pubDate>Wed, 29 Jul 2009 19:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-28860</guid>
		<description>Nice custom inputbox!</description>
		<content:encoded><![CDATA[<p>Nice custom inputbox!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Partha</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-26761</link>
		<dc:creator>Partha</dc:creator>
		<pubDate>Mon, 08 Jun 2009 10:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-26761</guid>
		<description>Thanks for providing such a valuable information. I really appreciate your code. So simple and so good with comments. Amazing. Keep going on.

Regards,
Partha Sarathi Thatoi</description>
		<content:encoded><![CDATA[<p>Thanks for providing such a valuable information. I really appreciate your code. So simple and so good with comments. Amazing. Keep going on.</p>
<p>Regards,<br />
Partha Sarathi Thatoi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-25586</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 08 May 2009 15:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-25586</guid>
		<description>Thanks for Technique two, very useful.</description>
		<content:encoded><![CDATA[<p>Thanks for Technique two, very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Fairbairn</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-23792</link>
		<dc:creator>Christopher Fairbairn</dc:creator>
		<pubDate>Thu, 26 Mar 2009 10:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-23792</guid>
		<description>Hi Michal,

Yes it is possible. Take a look at the &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/microsoft.windowsce.forms.inputpanel.aspx&quot; rel=&quot;nofollow&quot;&gt;Microsoft.WindowsCE.Forms.InputPanel class&lt;/a&gt; (it should be present within your Visual Studio Toolbox pane).

Once an instance of that control is added to your form you will notice it has a &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/microsoft.windowsce.forms.inputpanel.currentinputmethod.aspx&quot; rel=&quot;nofollow&quot;&gt;CurrentInputPanel&lt;/a&gt; property which allows you to set the current SIP Input Method. You can get a list of available Input Methods for a given device by using the &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/microsoft.windowsce.forms.inputpanel.inputmethods.aspx&quot; rel=&quot;nofollow&quot;&gt;InputMethods&lt;/a&gt; property.

Once you have a list of available InputMethods you would be free to create your own context menu or toolbar etc and then set the CurrentInputPanel property once the user makes a selection.

For more information see the &lt;a href=&quot;http://www.christec.co.nz/blog/archives/42&quot; rel=&quot;nofollow&quot;&gt;&quot;Selecting Input Methods&quot;&lt;/a&gt; part of a previous blog post.

Thanks,
Christopher Fairbairn</description>
		<content:encoded><![CDATA[<p>Hi Michal,</p>
<p>Yes it is possible. Take a look at the <a href="http://msdn.microsoft.com/en-us/library/microsoft.windowsce.forms.inputpanel.aspx" rel="nofollow">Microsoft.WindowsCE.Forms.InputPanel class</a> (it should be present within your Visual Studio Toolbox pane).</p>
<p>Once an instance of that control is added to your form you will notice it has a <a href="http://msdn.microsoft.com/en-us/library/microsoft.windowsce.forms.inputpanel.currentinputmethod.aspx" rel="nofollow">CurrentInputPanel</a> property which allows you to set the current SIP Input Method. You can get a list of available Input Methods for a given device by using the <a href="http://msdn.microsoft.com/en-us/library/microsoft.windowsce.forms.inputpanel.inputmethods.aspx" rel="nofollow">InputMethods</a> property.</p>
<p>Once you have a list of available InputMethods you would be free to create your own context menu or toolbar etc and then set the CurrentInputPanel property once the user makes a selection.</p>
<p>For more information see the <a href="http://www.christec.co.nz/blog/archives/42" rel="nofollow">&#8220;Selecting Input Methods&#8221;</a> part of a previous blog post.</p>
<p>Thanks,<br />
Christopher Fairbairn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-23788</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 26 Mar 2009 09:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-23788</guid>
		<description>Hi, 

Is there a way to display the standard input method selection popup? I&#039;m creating a custom toolbar control which will contain an SIP button. Is there a way to also provide a custom ^ button that gives a way to choose the input method? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Is there a way to display the standard input method selection popup? I&#8217;m creating a custom toolbar control which will contain an SIP button. Is there a way to also provide a custom ^ button that gives a way to choose the input method? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arend</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-22584</link>
		<dc:creator>Arend</dc:creator>
		<pubDate>Mon, 02 Mar 2009 14:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-22584</guid>
		<description>Thank you, this is exactly what I was looking for and couldn&#039;t find on the net.

You rock!</description>
		<content:encoded><![CDATA[<p>Thank you, this is exactly what I was looking for and couldn&#8217;t find on the net.</p>
<p>You rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.christec.co.nz/blog/archives/42/comment-page-1#comment-21353</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 25 Jan 2009 11:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.christec.co.nz/blog/archives/42#comment-21353</guid>
		<description>Hi,

for me to work I had to set Dock to &#039;Top&#039;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>for me to work I had to set Dock to &#8216;Top&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

