<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>简单生活 -- Kevin Yang的博客 &#187; Hilo</title>
	<atom:link href="http://www.imkevinyang.com/tags/hilo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imkevinyang.com</link>
	<description>It&#039;s all about sharing</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:37:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Hilo: Windows 7下C++应用程序开发实战演练</title>
		<link>http://www.imkevinyang.com/2010/07/hilo-windows-7%e4%b8%8bc%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%bc%94%e7%bb%83.html</link>
		<comments>http://www.imkevinyang.com/2010/07/hilo-windows-7%e4%b8%8bc%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%bc%94%e7%bb%83.html#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:58:00 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[其他随笔]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Hilo]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[开发]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2010/07/hilo-windows-7%e4%b8%8bc%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%bc%94%e7%bb%83.html</guid>
		<description><![CDATA[<div class="statement">
<p> 英文原文链接：<a title="Hilo: Windows 7 C++ Development Walkthroughs" href="http://msdn.microsoft.com/en-us/windows/ff686707.aspx" target="_blank">Hilo: Windows 7 C++ Development Walkthroughs</a></p></div>
<p>&#34;Hilo&#34;由一系列文章以及示例代码组成的，它向你展示了如何释放Windows 7、Visual Studio 2010还有Visual C++的强大力量，来构建高性能，高响应的富客户端程序。Hi&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="statement">
<p> 英文原文链接：<a title="Hilo: Windows 7 C++ Development Walkthroughs" href="http://msdn.microsoft.com/en-us/windows/ff686707.aspx" target="_blank">Hilo: Windows 7 C++ Development Walkthroughs</a></div>
<p>&quot;Hilo&quot;由一系列文章以及示例代码组成的，它向你展示了如何释放Windows 7、Visual Studio 2010还有Visual C++的强大力量，来构建高性能，高响应的富客户端程序。Hilo提供了源代码以及编写指导，帮助你设计和开发令人瞩目的触摸式Windows应用程序。</p>
<p>在接下来的几周时间里，我们将会在MSDN上发布一系列文章，讲述如何设计和实现一个可以浏览、检索和处理图像照片的触摸式Windows应用程序。这些文章将会涵盖Windows 7的核心技术，描述了如何将这些技术融合到一起来创建一个非常棒的用户体验，并且也会对应用程序的设计和实现等细节做详细的阐述。你可以在这个<a href="http://msdn.microsoft.com/library/ff708696.aspx" target="_blank">这里</a>找到此系列的第一篇文章。它对 Hilo做了一个概述性的介绍，并且说明了此系列中的这些文章和示例程序的所要达到的目标。</p>
<p><a href="http://www.imkevinyang.com/wp-content/uploads/2010/07/clip_image001.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.imkevinyang.com/wp-content/uploads/2010/07/clip_image001_thumb.jpg" width="244" height="181" /></a></p>
<p>我们接下来会逐步放出Hilo的相关源代码。第一次Hilo的发布包含了一个Hilo浏览器程序的源代码。这个程序实现了一种创新的旋转木马式的导航界面。这是触摸式的，你可以使用触摸手势快速的浏览和检索。你可以在<a href="http://code.msdn.microsoft.com/Hilo">这里</a>下载到此程序的源代码。</p>
<p><a href="http://www.imkevinyang.com/wp-content/uploads/2010/07/clip_image002.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.imkevinyang.com/wp-content/uploads/2010/07/clip_image002_thumb.jpg" width="244" height="176" /></a></p>
<p>Hilo文章系列，包括与此相关的源代码，是用来让你快速上手一些技术的开发，并且向你展示了如何在自己的应用程序中利用到Windows核心技术的优势。</p>
<p>如何开始</p>
<p>1. 为了编译和运行Hilo浏览器程序，你需要安装Visual Studio 2010以及Visual C++。你可以在这里下载到免费的Visual C++ 2010 Express版本。</p>
<p>2. 安装完Visual C++ 2010 Express之后，解压缩Hilo浏览器程序的源代码，双击打开Hilo.sln解决方案文件。</p>
<p>3. 在编译菜单中选择重新编译整个Hilo浏览器程序。</p>
<p>4. 按F5在调试模式下运行此程序。</p>

	标签：<a href="http://www.imkevinyang.com/tags/c" title="C++" rel="tag">C++</a>, <a href="http://www.imkevinyang.com/tags/hilo" title="Hilo" rel="tag">Hilo</a>, <a href="http://www.imkevinyang.com/tags/windows-7" title="Windows 7" rel="tag">Windows 7</a>, <a href="http://www.imkevinyang.com/categories/techarticles/othertecharticles" title="其他随笔" rel="tag">其他随笔</a>, <a href="http://www.imkevinyang.com/tags/%e5%bc%80%e5%8f%91" title="开发" rel="tag">开发</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/02/c%e6%89%ab%e7%9b%b2%e7%b3%bb%e5%88%97%e4%b9%8b-%e6%8c%87%e9%92%88%e4%b8%93%e9%a2%98.html" title="c++扫盲系列之&#8211;指针专题 (2009/02/28)">c++扫盲系列之&#8211;指针专题</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2010/07/hilo-windows-7%e4%b8%8bc%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%bc%94%e7%bb%83.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.imkevinyang.com @ 2012-02-08 00:29:26 -->
