<?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: Remote Desktop (RDP) window state</title>
	<atom:link href="http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/</link>
	<description>Web Design &#38; Personal Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:06:41 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kevin</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-2023</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 18 Nov 2011 16:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-2023</guid>
		<description>try this out for spanned accross multiple monitors

http://www.splitview.com/using-remote-desktop-with-dual-monitors-in-span-mode</description>
		<content:encoded><![CDATA[<p>try this out for spanned accross multiple monitors</p>
<p><a href="http://www.splitview.com/using-remote-desktop-with-dual-monitors-in-span-mode" rel="nofollow">http://www.splitview.com/using-remote-desktop-with-dual-monitors-in-span-mode</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1979</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 21 Oct 2011 15:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1979</guid>
		<description>My problem has been partially solved by this, but I still can&#039;t quite get what I need.  I have 3 monitors, each is 1600X1200. I would like to use two of my three for the remote session.  So I have set the width to 3200 and the height to 1200.  The part that this thread helped with was getting the RDP session to open on my 2nd monitor (the middle one).  But I would like it to also use the third monitor as well.  I have tried various combinations of values, but it always maximizes on the second monitor and will not expand to the third monitor.  Any Ideas?</description>
		<content:encoded><![CDATA[<p>My problem has been partially solved by this, but I still can&#8217;t quite get what I need.  I have 3 monitors, each is 1600X1200. I would like to use two of my three for the remote session.  So I have set the width to 3200 and the height to 1200.  The part that this thread helped with was getting the RDP session to open on my 2nd monitor (the middle one).  But I would like it to also use the third monitor as well.  I have tried various combinations of values, but it always maximizes on the second monitor and will not expand to the third monitor.  Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1872</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 21 Feb 2011 23:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1872</guid>
		<description>Thanks a TON for the tip about editing the winposstr, Andrew! Thanks to you I now have my remote desktop session loading full screen on my second display just like I always wanted. :)</description>
		<content:encoded><![CDATA[<p>Thanks a TON for the tip about editing the winposstr, Andrew! Thanks to you I now have my remote desktop session loading full screen on my second display just like I always wanted. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mantrid</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1190</link>
		<dc:creator>Mantrid</dc:creator>
		<pubDate>Thu, 17 Jun 2010 08:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1190</guid>
		<description>Wow, what a fidgety so and so. If you&#039;re trying to do negative coords, for a 2nd monitor on the left, you have to be sure you don&#039;t make the window go even 1 pixel beyond that monitor or the whole window will move to 0x0 on your main screen. What makes this particularly tricky is that working out the numbers on your main monitor is misleading as you can make the last two (right side, and bottom) bigger than they should and it works fine. That same &quot;who cares&quot; factor screws up your negative position. You really need to be exact, which is tricky because the window size needed includes the borders!

What I did was to manually extend the RDP window so there weren&#039;t any scroll bars, hit alt+PrtScn to screenshot just that window and pasted it into my paint program (Pain Shop Pro) as a new image. Then I could see exactly what size the window needed to be. Here&#039;s the details for what I was doing:
Main monitor was on the right of the 2nd monitor
Remote screen resolution: 950x864
Window size without scroll bars: 964x902
RDP position on 2nd (left) screen: Flush against the top and right of the screen (space on left and bottom)
Here&#039;s the line that did it:
winposstr:s:0,1,-964,0,0,902

Hope that saves someone spending 20 minutes working that out :)</description>
		<content:encoded><![CDATA[<p>Wow, what a fidgety so and so. If you&#8217;re trying to do negative coords, for a 2nd monitor on the left, you have to be sure you don&#8217;t make the window go even 1 pixel beyond that monitor or the whole window will move to 0&#215;0 on your main screen. What makes this particularly tricky is that working out the numbers on your main monitor is misleading as you can make the last two (right side, and bottom) bigger than they should and it works fine. That same &#8220;who cares&#8221; factor screws up your negative position. You really need to be exact, which is tricky because the window size needed includes the borders!</p>
<p>What I did was to manually extend the RDP window so there weren&#8217;t any scroll bars, hit alt+PrtScn to screenshot just that window and pasted it into my paint program (Pain Shop Pro) as a new image. Then I could see exactly what size the window needed to be. Here&#8217;s the details for what I was doing:<br />
Main monitor was on the right of the 2nd monitor<br />
Remote screen resolution: 950&#215;864<br />
Window size without scroll bars: 964&#215;902<br />
RDP position on 2nd (left) screen: Flush against the top and right of the screen (space on left and bottom)<br />
Here&#8217;s the line that did it:<br />
winposstr:s:0,1,-964,0,0,902</p>
<p>Hope that saves someone spending 20 minutes working that out :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tricky</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1180</link>
		<dc:creator>Tricky</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1180</guid>
		<description>Brilliant Drool. This had been niggling me for months. Thanks very much.</description>
		<content:encoded><![CDATA[<p>Brilliant Drool. This had been niggling me for months. Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano Bargmann</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1156</link>
		<dc:creator>Luciano Bargmann</dc:creator>
		<pubDate>Mon, 15 Mar 2010 18:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1156</guid>
		<description>I am Drool-ing Drool!!

That not only fixed my RDP monitor positioning (display RDP in Monitor 2 / second mionitor) but also allowed me to save my password on the .RDP file! Great!!!! Thanks!</description>
		<content:encoded><![CDATA[<p>I am Drool-ing Drool!!</p>
<p>That not only fixed my RDP monitor positioning (display RDP in Monitor 2 / second mionitor) but also allowed me to save my password on the .RDP file! Great!!!! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drool</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1133</link>
		<dc:creator>Drool</dc:creator>
		<pubDate>Tue, 05 Jan 2010 00:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1133</guid>
		<description>I just wanted to add that it&#039;s actually possible to save the position without directly hacking the .rdp file...

The trick is to get Remote Desktop Connection to return to the Options and Logon settings dialog (whereupon you get the chance to Save or Save As... - of course after you&#039;ve manipulated the window position during the session).

First of all, if you have a pre-existing .rdp, either right-click and Edit or load RDC and Open... to load the settings for that session.

On the Experience tab, temporarily disable &#039;Reconnect if the connection is dropped&#039; (you can re-enable this later). Press the Connect button to establish the session and place your window.

Then, you need to somehow disable the Internet connection (e.g. kill the ssh tunnel, disconnect the VPN or LAN etc.) This causes RDC to error and return to the dialog. (Logging off or simply disconnecting the session doesn&#039;t seem to do this.) Now that you&#039;re back to the session settings, re-enable &#039;Reconnect if the connection is dropped&#039; if necessary and Save the .rdp. The .rdp now has the proper winposstr line.</description>
		<content:encoded><![CDATA[<p>I just wanted to add that it&#8217;s actually possible to save the position without directly hacking the .rdp file&#8230;</p>
<p>The trick is to get Remote Desktop Connection to return to the Options and Logon settings dialog (whereupon you get the chance to Save or Save As&#8230; &#8211; of course after you&#8217;ve manipulated the window position during the session).</p>
<p>First of all, if you have a pre-existing .rdp, either right-click and Edit or load RDC and Open&#8230; to load the settings for that session.</p>
<p>On the Experience tab, temporarily disable &#8216;Reconnect if the connection is dropped&#8217; (you can re-enable this later). Press the Connect button to establish the session and place your window.</p>
<p>Then, you need to somehow disable the Internet connection (e.g. kill the ssh tunnel, disconnect the VPN or LAN etc.) This causes RDC to error and return to the dialog. (Logging off or simply disconnecting the session doesn&#8217;t seem to do this.) Now that you&#8217;re back to the session settings, re-enable &#8216;Reconnect if the connection is dropped&#8217; if necessary and Save the .rdp. The .rdp now has the proper winposstr line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nullstring</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1075</link>
		<dc:creator>Nullstring</dc:creator>
		<pubDate>Wed, 11 Mar 2009 02:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1075</guid>
		<description>Hey thanks for this info!

Writting an application &quot;Multi Remote Desktop Client .NET (Open Source)&quot; and adding a new feature of reading RDP Files

You can download &quot;Multi Remote Desktop Client .NET (Open Source)&quot; at CodePlex
http://multirdpc.codeplex.com/</description>
		<content:encoded><![CDATA[<p>Hey thanks for this info!</p>
<p>Writting an application &#8220;Multi Remote Desktop Client .NET (Open Source)&#8221; and adding a new feature of reading RDP Files</p>
<p>You can download &#8220;Multi Remote Desktop Client .NET (Open Source)&#8221; at CodePlex<br />
<a href="http://multirdpc.codeplex.com/" rel="nofollow">http://multirdpc.codeplex.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby Simmons</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1022</link>
		<dc:creator>Toby Simmons</dc:creator>
		<pubDate>Thu, 04 Sep 2008 02:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1022</guid>
		<description>Wow. And only nearly 3 years later ... &lt;a href=&quot;http://blogs.msdn.com/ts/archive/2008/09/02/specifying-the-ts-client-start-location-on-the-virtual-desktop.aspx&quot; rel=&quot;external&quot; rel=&quot;nofollow&quot;&gt;here&#039;s an official word&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Wow. And only nearly 3 years later &#8230; <a href="http://blogs.msdn.com/ts/archive/2008/09/02/specifying-the-ts-client-start-location-on-the-virtual-desktop.aspx" rel="external" rel="nofollow">here&#8217;s an official word</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.O.</title>
		<link>http://www.simmonsconsulting.com/2005/09/26/remote-desktop-rdp-window-state/comment-page-1/#comment-1017</link>
		<dc:creator>K.O.</dc:creator>
		<pubDate>Tue, 02 Sep 2008 13:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/?p=196#comment-1017</guid>
		<description>hi
I try to use msrdp ocx (MSRdpClient) programatically using MSVC6.0++.
I use IWebBrowser2 and Navigat methode to call a java script embedded in html
that download register and exec the OCX client , then I connect it.

 When It is opened in full screen (theater mode) the Rmote Desk Top detache its
Display Context (or canvas, I don&#039;t know what is the name of the disply of RDP WEB Client)
but when it closes the web browser Window remain open. I tryed to Dispatch the OnDisconnected event (I am using JavaScript Object instantiation and connection) using Java Script I don&#039;t recieve any event to launch the javascript  callback function.

can any body help me to learn how to attach the OnDisconnected Event using JavaScript (like it is done with VBScript in the MSRDP.OCX redistributed MSRdpClient_OnDisconnected()).
   TX.
             K.O.</description>
		<content:encoded><![CDATA[<p>hi<br />
I try to use msrdp ocx (MSRdpClient) programatically using MSVC6.0++.<br />
I use IWebBrowser2 and Navigat methode to call a java script embedded in html<br />
that download register and exec the OCX client , then I connect it.</p>
<p> When It is opened in full screen (theater mode) the Rmote Desk Top detache its<br />
Display Context (or canvas, I don&#8217;t know what is the name of the disply of RDP WEB Client)<br />
but when it closes the web browser Window remain open. I tryed to Dispatch the OnDisconnected event (I am using JavaScript Object instantiation and connection) using Java Script I don&#8217;t recieve any event to launch the javascript  callback function.</p>
<p>can any body help me to learn how to attach the OnDisconnected Event using JavaScript (like it is done with VBScript in the MSRDP.OCX redistributed MSRdpClient_OnDisconnected()).<br />
   TX.<br />
             K.O.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 7/23 queries in 0.021 seconds using memcached

Served from: www.simmonsconsulting.com @ 2012-02-08 00:51:52 -->
