<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - The Sandbox - LiveZoom for Windows Vista</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - The Sandbox - LiveZoom for Windows Vista</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 12:02:50 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 12:02:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>6</c9:totalResults>
	<c9:pageCount>-6</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p>I love <a target="_blank" href="http://blogs.technet.com/markrussinovich/">Mark Russinovich's</a>
<a target="_blank" href="http://www.microsoft.com/technet/sysinternals/utilities/zoomit.mspx">
ZoomIt </a>tool, which <a target="_blank" href="http://www.hanselman.com/blog/TheUltimateZoomToolSysinternalsZoomIt.aspx">
one of the best </a>zoom utilities for Windows.<br>
<br>
I wanted to see if I could use Vista's DWM&nbsp;API to build a similar utility, with the addition of live window updates, so I put together this small program (372 lines).<br>
<br>
The keyboard shortcut to activate is <strong>Ctrl</strong>&#43;<strong>~</strong><br>
Use the mouse wheel of up/down arrows to zoom in/out.<br>
<br>
Some feedback would be apreciated.<br>
<br>
<br>
<br>
<strong>Edit</strong>: Source Code added to zip file.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/256642#256642</link>
		<pubDate>Sun, 29 Jul 2007 23:49:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/256642#256642</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p>Do i need to press CTRL&#43;~ and the scroll wheel? It's very hard to do that. On my keyboard i need to press two buttons to get to the ~ &#43; CTRL, makes it three buttons.<br>
<br>
I was unable to test it, because it didn't work here ... <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif' alt='Sad' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/f04c4106790a43e1a77a9dea0108befb#f04c4106790a43e1a77a9dea0108befb</link>
		<pubDate>Thu, 02 Aug 2007 19:08:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/f04c4106790a43e1a77a9dea0108befb#f04c4106790a43e1a77a9dea0108befb</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p><font size="2">
<p>You only need to press Ctrl&#43;~ to activate the zoom window, assuming that Aero is enabled.<br>
<br>
To change the hot key that activates the zoom window, you can go to the file LiveZoom.cpp (currently, on line 85), and change the last parameter to the RegisterHotKey function. It is currently set to 0xC0 which is the the code for the tilda key on US keyboards.
<br>
<font color="#008000" size="2"><br>
// Register hot-key<br>
</font><font color="#0000ff" size="2">if</font><font size="2"> (!RegisterHotKey(hWnd, HOT_KEY_ID, MOD_CONTROL, 0xC0))<br>
&nbsp;&nbsp;&nbsp;SendMessage(hWnd, WM_DESTROY, 0, 0);<br>
</font><br>
You can set to something like 0x31 which&nbsp;is the code for the <br>
<strong>1-key.</strong> <br>
For more key codes, you can look on this page: <a href="http://msdn2.microsoft.com/en-us/library/ms927178.aspx">
http://msdn2.microsoft.com/en-us/library/ms927178.aspx</a><br>
<br>
When I have some free time, I might update the app with a Settings window and some performance improvements.</font></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/3f3e14ebda3946368e649dea0108bf27#3f3e14ebda3946368e649dea0108bf27</link>
		<pubDate>Thu, 02 Aug 2007 22:33:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/3f3e14ebda3946368e649dea0108bf27#3f3e14ebda3946368e649dea0108bf27</guid>
		<dc:creator>gaelhatchue</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/gaelhatchue/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p>It's quite buggy; when I zoom it in, the icons in the notification area (especially if I zoom in all the way) seems to move, and if I'm zoomed in about half way, the taskbar seems to shift around as I move my mouse.<br>
<br>
It's a really great program, and, of course, needs more work to iron the bugs out.<br>
<br>
Keep up the good work!<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/bc1ddd85c78448dcaa6f9dea0108bf4f#bc1ddd85c78448dcaa6f9dea0108bf4f</link>
		<pubDate>Tue, 06 May 2008 22:00:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/bc1ddd85c78448dcaa6f9dea0108bf4f#bc1ddd85c78448dcaa6f9dea0108bf4f</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p>yeah me too..it makes me dizzle a bit..<br>
<br>
<br>
<a href="http://<a href="http://press.toprealestates.com/&quot;>Top">http&#58;&#47;&#47;press.toprealestates.com&#47;&#34;&#62;Top</a> agents</a><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/03c06116f5e24fd0aa5b9dea0108bf78#03c06116f5e24fd0aa5b9dea0108bf78</link>
		<pubDate>Fri, 06 Jun 2008 13:59:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/03c06116f5e24fd0aa5b9dea0108bf78#03c06116f5e24fd0aa5b9dea0108bf78</guid>
		<dc:creator>Jv custodio</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jv17/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p>I respect the work but wonder why Vista has such poor support for zooming when it is flawless on every other platform.&nbsp; A lot of people (at Microsoft) discount the need.&nbsp; What happened to the &quot;sofa&quot; based&nbsp;computing initiative (aka Media Center)?&nbsp;&nbsp; Am I the
 only guy trying to read the tiny text on my&nbsp;1080p display from across the room?&nbsp; You set the display to 720p and you&nbsp;get the buttons cut off on the dialog boxes.&nbsp; Every commercial product I've looked at (like ZoomText) uses display mirroring which disables
 the Aero (and flashes annoyingly while doing it).&nbsp; Is Vista really this lame?&nbsp; After looking at compiz and beryl on Linux as well as the built-in features on OS X, I'm a bit disillusioned with Microsoft and their latest gen OS.&nbsp; I was excited to see your work.&nbsp;
 Maybe all hope is not lost for Vista.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/30173fcc66aa40d9ab2a9dea0108bfbc#30173fcc66aa40d9ab2a9dea0108bfbc</link>
		<pubDate>Mon, 28 Jul 2008 03:14:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/30173fcc66aa40d9ab2a9dea0108bfbc#30173fcc66aa40d9ab2a9dea0108bfbc</guid>
		<dc:creator>fastboxster</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/fastboxster/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>