<?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 for Windows CE Programming</title>
	<atom:link href="http://www.hjgode.de/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hjgode.de/wp</link>
	<description>Windows Mobile Development and usage</description>
	<lastBuildDate>Wed, 12 Jun 2013 17:05:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on RDM_Keepbusy has been updated by josef</title>
		<link>http://www.hjgode.de/wp/2013/01/18/rdm_keepbusy-has-been-updated/comment-page-1/#comment-2145</link>
		<dc:creator>josef</dc:creator>
		<pubDate>Wed, 12 Jun 2013 17:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1685#comment-2145</guid>
		<description><![CDATA[Hello Klamar

same answer as previously, use the source code and change it to your needs. There is already code inside to kill a wpctsc.exe. Now one has to add code to watch the wpctsc window and check for if it is connected or not (see windows title).

Sorry, currently no resources on my side for such changes.

~Josef]]></description>
		<content:encoded><![CDATA[<p>Hello Klamar</p>
<p>same answer as previously, use the source code and change it to your needs. There is already code inside to kill a wpctsc.exe. Now one has to add code to watch the wpctsc window and check for if it is connected or not (see windows title).</p>
<p>Sorry, currently no resources on my side for such changes.</p>
<p>~Josef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Mobile: Hide StartButton in WinMo 6.5.x by josef</title>
		<link>http://www.hjgode.de/wp/2010/10/11/windows-mobile-hide-startbutton-in-winmo-6-5-x/comment-page-1/#comment-2144</link>
		<dc:creator>josef</dc:creator>
		<pubDate>Wed, 12 Jun 2013 16:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=820#comment-2144</guid>
		<description><![CDATA[Hello

this post is not about the menu tiles.

You can assign the menu tiles on today screen to different applications, but I did not yet see a request to disable them completely (although this might be possible looking for the right window and disable/hide it). I have seen people assign the home screen menu tiles to there kiosk mode apps.

Sorry

Josef]]></description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>this post is not about the menu tiles.</p>
<p>You can assign the menu tiles on today screen to different applications, but I did not yet see a request to disable them completely (although this might be possible looking for the right window and disable/hide it). I have seen people assign the home screen menu tiles to there kiosk mode apps.</p>
<p>Sorry</p>
<p>Josef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Mobile: Hide StartButton in WinMo 6.5.x by Vidya</title>
		<link>http://www.hjgode.de/wp/2010/10/11/windows-mobile-hide-startbutton-in-winmo-6-5-x/comment-page-1/#comment-2143</link>
		<dc:creator>Vidya</dc:creator>
		<pubDate>Wed, 12 Jun 2013 09:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=820#comment-2143</guid>
		<description><![CDATA[Hello,

I need the steps to disable/remove the menu shortcuts in the menubar at the bottom i.e. Phone and Contacts. Please suggest how to use the below registries.

[HKLM\Software\Microsoft\CHome\SK1URL]
                &quot;Open&quot;= 
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Today\Keys\112]
                @=&quot;&quot;
                &quot;Open&quot;= 

In CHome, I don&#039;t see SK1URL and under Today there is no Keys\112 registry. DO we need to create this?
What value to be specified for  ?

Please guide.]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I need the steps to disable/remove the menu shortcuts in the menubar at the bottom i.e. Phone and Contacts. Please suggest how to use the below registries.</p>
<p>[HKLM\Software\Microsoft\CHome\SK1URL]<br />
                &#8220;Open&#8221;=<br />
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Today\Keys\112]<br />
                @=&#8221;"<br />
                &#8220;Open&#8221;= </p>
<p>In CHome, I don&#8217;t see SK1URL and under Today there is no Keys\112 registry. DO we need to create this?<br />
What value to be specified for  ?</p>
<p>Please guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile Development: a native remote desktop client (rdesktop port win32) by jefsummers</title>
		<link>http://www.hjgode.de/wp/2010/11/20/mobile-development-a-native-remote-desktop-client-rdesktop-port-win32/comment-page-1/#comment-2120</link>
		<dc:creator>jefsummers</dc:creator>
		<pubDate>Wed, 22 May 2013 14:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=899#comment-2120</guid>
		<description><![CDATA[Hi Josef,

Very nice work on rdesktop-ce!

With a slight modification to the source and changing the subsystem to 4.20, I found it will also emulate QVGA on a VGA device. (Similar to what you showed with a subsystem mod to the built-in Remote Desktop Mobile client.)

I noticed that you hadn&#039;t included a Windows Mobile 6.5 target project.  Is there something in the newer SDK that&#039;s not compatible?

When running geometry=240x320 and fullscreen, I do get a few &quot;get bitmap&quot; error dialogs when logging out.  It&#039;s fine on disconnect only occurs on log off.  And it&#039;s always this id:idx.  

get bitmap 2:23
get bitmap 2:24

Those errors they may repeat several times during the log off process.

I can run a trace and sort out what&#039;s going with the bitmap cache but was wondering if you had seen this? 

I&#039;m testing against Windows XP Pro workstation.

-Jef]]></description>
		<content:encoded><![CDATA[<p>Hi Josef,</p>
<p>Very nice work on rdesktop-ce!</p>
<p>With a slight modification to the source and changing the subsystem to 4.20, I found it will also emulate QVGA on a VGA device. (Similar to what you showed with a subsystem mod to the built-in Remote Desktop Mobile client.)</p>
<p>I noticed that you hadn&#8217;t included a Windows Mobile 6.5 target project.  Is there something in the newer SDK that&#8217;s not compatible?</p>
<p>When running geometry=240&#215;320 and fullscreen, I do get a few &#8220;get bitmap&#8221; error dialogs when logging out.  It&#8217;s fine on disconnect only occurs on log off.  And it&#8217;s always this id:idx.  </p>
<p>get bitmap 2:23<br />
get bitmap 2:24</p>
<p>Those errors they may repeat several times during the log off process.</p>
<p>I can run a trace and sort out what&#8217;s going with the bitmap cache but was wondering if you had seen this? </p>
<p>I&#8217;m testing against Windows XP Pro workstation.</p>
<p>-Jef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RDM_Keepbusy has been updated by klamar</title>
		<link>http://www.hjgode.de/wp/2013/01/18/rdm_keepbusy-has-been-updated/comment-page-1/#comment-2117</link>
		<dc:creator>klamar</dc:creator>
		<pubDate>Wed, 15 May 2013 12:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1685#comment-2117</guid>
		<description><![CDATA[Hello josef,

thank you, problem solved!

Another question:
Is it possible to automatically close the wpctsc window after a terminal session was ended?
I&#039;m using the Intermec Launcher app and I&#039;d like to return to it after the RDP session was closed/terminated.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hello josef,</p>
<p>thank you, problem solved!</p>
<p>Another question:<br />
Is it possible to automatically close the wpctsc window after a terminal session was ended?<br />
I&#8217;m using the Intermec Launcher app and I&#8217;d like to return to it after the RDP session was closed/terminated.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RDM_Keepbusy has been updated by josef</title>
		<link>http://www.hjgode.de/wp/2013/01/18/rdm_keepbusy-has-been-updated/comment-page-1/#comment-2115</link>
		<dc:creator>josef</dc:creator>
		<pubDate>Wed, 08 May 2013 04:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1685#comment-2115</guid>
		<description><![CDATA[Hello klmar

Just download the code and compile yourself with logging off!

This is a developer site.

regards

Josef]]></description>
		<content:encoded><![CDATA[<p>Hello klmar</p>
<p>Just download the code and compile yourself with logging off!</p>
<p>This is a developer site.</p>
<p>regards</p>
<p>Josef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RDM_Keepbusy has been updated by klamar</title>
		<link>http://www.hjgode.de/wp/2013/01/18/rdm_keepbusy-has-been-updated/comment-page-1/#comment-2113</link>
		<dc:creator>klamar</dc:creator>
		<pubDate>Mon, 06 May 2013 16:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1685#comment-2113</guid>
		<description><![CDATA[Hello!

First of all, thanks for making this great tool!

I have a minor issue with it though. I&#039;m currently using the version from Feb 27 (RDM_bin_set_20130227.zip).
The problem is the log file that is being written to while RDM_KeepBusy is running (i.e. RDM_keepBusy.exe.log.txt): it gets HUGE over time, until it runs out of storage (I&#039;m talking several hundred MB of space).

Is there a way to disable logging altogether, or at least cut down on the verbosity?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>First of all, thanks for making this great tool!</p>
<p>I have a minor issue with it though. I&#8217;m currently using the version from Feb 27 (RDM_bin_set_20130227.zip).<br />
The problem is the log file that is being written to while RDM_KeepBusy is running (i.e. RDM_keepBusy.exe.log.txt): it gets HUGE over time, until it runs out of storage (I&#8217;m talking several hundred MB of space).</p>
<p>Is there a way to disable logging altogether, or at least cut down on the verbosity?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress: Download Monitor upload/insert into post broken by Julius</title>
		<link>http://www.hjgode.de/wp/2013/03/11/worpress-download-monitor-uploadinsert-into-post-broken/comment-page-1/#comment-2108</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Fri, 26 Apr 2013 09:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=1741#comment-2108</guid>
		<description><![CDATA[Great fix! I had the same problem and this solved it immediately.

Thank you
Julius]]></description>
		<content:encoded><![CDATA[<p>Great fix! I had the same problem and this solved it immediately.</p>
<p>Thank you<br />
Julius</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile Development: a native remote desktop client (rdesktop port win32) by josef</title>
		<link>http://www.hjgode.de/wp/2010/11/20/mobile-development-a-native-remote-desktop-client-rdesktop-port-win32/comment-page-1/#comment-2107</link>
		<dc:creator>josef</dc:creator>
		<pubDate>Wed, 24 Apr 2013 03:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=899#comment-2107</guid>
		<description><![CDATA[Hello David

thanks a lot for the information and the background.

~josef]]></description>
		<content:encoded><![CDATA[<p>Hello David</p>
<p>thanks a lot for the information and the background.</p>
<p>~josef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile Development: a native remote desktop client (rdesktop port win32) by David Hut</title>
		<link>http://www.hjgode.de/wp/2010/11/20/mobile-development-a-native-remote-desktop-client-rdesktop-port-win32/comment-page-1/#comment-2106</link>
		<dc:creator>David Hut</dc:creator>
		<pubDate>Tue, 23 Apr 2013 21:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hjgode.de/wp/?p=899#comment-2106</guid>
		<description><![CDATA[&quot;There are also some posts in internet about “ERROR: modulus len 0×108″.&quot; this is because the app is design with 64bit security and the server/computer you are connecting to has 256bit there and const in the code to change if you want to fix this. You&#039;ll need EMBEDDED VISUAL c++ 4.0 to do so. I have got the code to work with windows 2008 R2.]]></description>
		<content:encoded><![CDATA[<p>&#8220;There are also some posts in internet about “ERROR: modulus len 0×108″.&#8221; this is because the app is design with 64bit security and the server/computer you are connecting to has 256bit there and const in the code to change if you want to fix this. You&#8217;ll need EMBEDDED VISUAL c++ 4.0 to do so. I have got the code to work with windows 2008 R2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
