<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Remote Desktop battery monitor (Coffeehouse on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/coffeehouse/475671-remote-desktop-battery-monitor/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Remote Desktop battery monitor (Coffeehouse on Channel 9)</title><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/</link></image><description>Remote Desktop battery monitor</description><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/</link><language>en-us</language><pubDate>Sun, 28 Jun 2009 00:07:22 GMT</pubDate><lastBuildDate>Sun, 28 Jun 2009 00:07:22 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;Be warned that that example doesn't seem to work well in/on a 64bit client it seems... I suspect it's due to the strange way he is doing his disassembly/reassembly to export the C# functions.&lt;/p&gt;
&lt;p&gt;Sadly the MSTSC addin might be best written in unmanaged code.&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475869</link><pubDate>Sun, 28 Jun 2009 00:07:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475869</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475869/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Be warned that that example doesn't seem to work well in/on a 64bit client it seems... I suspect it's due to the strange way he is doing his disassembly/reassembly to export the C# functions.
Sadly the MSTSC addin might be best written in unmanaged code.</evnet:previewtext><dc:creator>dahat</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475869/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;found this for C#&lt;br /&gt;&lt;a href="http://www.codeproject.com/KB/system/TSAddinInCS.aspx"&gt;http://www.codeproject.com/KB/system/TSAddinInCS.aspx&lt;/a&gt;&lt;br /&gt;as where i work has a large Citrix farm this could be something that i can use as well.&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475841</link><pubDate>Sat, 27 Jun 2009 19:19:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475841</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475841/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>found this for C#http://www.codeproject.com/KB/system/TSAddinInCS.aspxas where i work has a large Citrix farm this could be something that i can use as well.</evnet:previewtext><dc:creator>Refrax</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475841/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;Yeah, having code at both ends seems more fun and likely to produce a better result.&lt;/p&gt;
&lt;p&gt;In particular, the indicator would automatically be in the right place no matter where the taskbar is and it wouldn't stay on the screen when remote apps go full-screen.&lt;/p&gt;
&lt;p&gt;If I get around to writing it this century, that is. :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475803</link><pubDate>Sat, 27 Jun 2009 10:55:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475803</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475803/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Yeah, having code at both ends seems more fun and likely to produce a better result.
In particular, the indicator would automatically be in the right place no matter where the taskbar is and it wouldn't stay on the screen when remote apps go full-screen.
If I get around to writing it this century, that is. :)
&amp;nbsp;</evnet:previewtext><dc:creator>LeoDavidson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475803/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;I like how Google Chrome handles this situation (link targets are shown as an overlay over the page rather than in a status bar)--&amp;nbsp; as the mouse begins to cover the text, the overlay moves down to reveal the content that's underneath it.&amp;nbsp; I'd imagine something similar (an always-on-top window that moves off screen when you mouse near it) would be a pretty good solution here.&lt;/p&gt;
&lt;p&gt;Of course, I'd personally prefer to go the route of running an app on the terminal server box that connects to another app on the client...&amp;nbsp; that would be a whole lot more fun. ;)&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475787</link><pubDate>Sat, 27 Jun 2009 07:01:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475787</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475787/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I like how Google Chrome handles this situation (link targets are shown as an overlay over the page rather than in a status bar)--&amp;nbsp; as the mouse begins to cover the text, the overlay moves down to reveal the content that's underneath it.&amp;nbsp; I'd imagine something similar (an always-on-top&amp;#8230;</evnet:previewtext><dc:creator>JonathonW</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475787/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;Or do the opposite of the Office 2007 floaty toolbar and fade it out when the mouse gets close to it.&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475783</link><pubDate>Sat, 27 Jun 2009 06:04:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475783</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475783/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Or do the opposite of the Office 2007 floaty toolbar and fade it out when the mouse gets close to it.</evnet:previewtext><dc:creator>AndyC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475783/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;sounds like a bad idea, you'll end up with a jumping window that's never in the right place, it would be better if you move it to a "appropiate location" then move it back where it was when the mouse get's out&amp;nbsp; of the 100px+ window area location&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475778</link><pubDate>Sat, 27 Jun 2009 04:35:14 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475778</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475778/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>sounds like a bad idea, you'll end up with a jumping window that's never in the right place, it would be better if you move it to a "appropiate location" then move it back where it was when the mouse get's out&amp;nbsp; of the 100px+ window area location</evnet:previewtext><dc:creator>Ion Todirel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475778/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;Get the battery meter window so it avoids the mouse. If your cursor approaches within 100px of it then it moves to another appropriate location.&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475762</link><pubDate>Fri, 26 Jun 2009 23:52:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475762</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475762/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Get the battery meter window so it avoids the mouse. If your cursor approaches within 100px of it then it moves to another appropriate location.</evnet:previewtext><dc:creator>W3bbo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475762/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;That assumes you don't mind ghosted windows/objects laying about.&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475760</link><pubDate>Fri, 26 Jun 2009 23:35:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475760</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475760/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>That assumes you don't mind ghosted windows/objects laying about.</evnet:previewtext><dc:creator>dahat</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475760/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;Make it 50% transparent.&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475758</link><pubDate>Fri, 26 Jun 2009 23:28:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475758</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475758/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Make it 50% transparent.</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475758/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;That's no fun and it'll end up on top of something I don't want it to be on top of. :)&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475757</link><pubDate>Fri, 26 Jun 2009 22:52:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475757</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475757/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>That's no fun and it'll end up on top of something I don't want it to be on top of. :)</evnet:previewtext><dc:creator>LeoDavidson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475757/Trackback.aspx</trackback:ping></item><item><title>Re: Remote Desktop battery monitor</title><description>&lt;p&gt;You're making it too difficult. Just create an application that displays the battery status and set the window to be "on top".&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475712</link><pubDate>Fri, 26 Jun 2009 18:55:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475712</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475712/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>You're making it too difficult. Just create an application that displays the battery status and set the window to be "on top".</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475712/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Remote Desktop battery monitor</title><description>&lt;p&gt;Ah, thank you. That's just the kind of suggestion I was hoping for. I thought there was a way to send data over RDP but went looking in the wrong place.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475710</link><pubDate>Fri, 26 Jun 2009 18:34:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475710</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475710/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Ah, thank you. That's just the kind of suggestion I was hoping for. I thought there was a way to send data over RDP but went looking in the wrong place.
&amp;nbsp;</evnet:previewtext><dc:creator>LeoDavidson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475710/Trackback.aspx</trackback:ping></item><item><title>Re: Remote Desktop battery monitor</title><description>&lt;p&gt;I rather like the sound of this.&lt;/p&gt;
&lt;p&gt;I'd suggest looking into &lt;a href="http://msdn.microsoft.com/en-us/library/aa383546(VS.85).aspx"&gt;Terminal Services Virtual Channels&lt;/a&gt; for sending the data back and forth.&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475709</link><pubDate>Fri, 26 Jun 2009 18:20:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475671-Remote-Desktop-battery-monitor/?CommentID=475709</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475709/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I rather like the sound of this.
I'd suggest looking into Terminal Services Virtual Channels for sending the data back and forth.</evnet:previewtext><dc:creator>dahat</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/475709/Trackback.aspx</trackback:ping></item></channel></rss>