<?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>Global Nerdy &#187; managed code</title>
	<atom:link href="http://www.globalnerdy.com/tag/managed-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalnerdy.com</link>
	<description>Tech Evangelist Joey deVilla on software development, tech news and other nerdy stuff</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:24:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows API Code Pack for .NET Framework Released</title>
		<link>http://www.globalnerdy.com/2009/08/12/windows-api-code-pack-for-net-framework-released/</link>
		<comments>http://www.globalnerdy.com/2009/08/12/windows-api-code-pack-for-net-framework-released/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 19:05:21 +0000</pubDate>
		<dc:creator>Joey deVilla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[managed code]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.globalnerdy.com/2009/08/12/windows-api-code-pack-for-net-framework-released/</guid>
		<description><![CDATA[Until now, taking advantage of the UI improvements in Windows 7 (and even some features in Vista) took a fair bit of work – there was a lot of stuff that wasn’t available through the .NET Framework. You’d have to either switch to C++ or resort to hacks in order to access these goodies.
That’s all [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://code.msdn.microsoft.com/WindowsAPICodePack"><img style="border-right-width: 0px; margin: 0px 0px 10px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Windows 7 logo and Microsoft .NET logo" border="0" alt="Windows 7 logo and Microsoft .NET logo" align="right" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/08/windows_7_plus_dotnet.jpg" width="366" height="168" /></a><strong>Until now, taking advantage of the UI improvements in Windows 7 (and even some features in Vista) took a fair bit of work</strong> – there was a lot of stuff that wasn’t available through the .NET Framework. You’d have to either switch to C++ or resort to hacks in order to access these goodies.</p>
<p><strong><a href="http://code.msdn.microsoft.com/WindowsAPICodePack">That’s all changed with the newly-released Windows API Code Pack for Microsoft .NET Framework.</a></strong> Written in C# – with some DirectX stuff written in C++ – this library acts as a wrapper that gives managed code access to features including:</p>
<ul>
<li>Windows 7 Taskbar Jump Lists, Icon Overlay, Progress Bar, Tabbed Thumbnails, and Thumbnail Toolbars. </li>
<li>Windows 7 Libraries, Known Folders, non-file system containers. </li>
<li>Windows Shell Search API support, a hierarchy of Shell Namespace entities, and Drag and Drop functionality for Shell Objects. </li>
<li>Explorer Browser Control. </li>
<li>Shell property system. </li>
<li>Windows Vista and Windows 7 Common File Dialogs, including custom controls. </li>
<li>Windows Vista and Windows 7 Task Dialogs. </li>
<li>Direct3D 11.0, Direct3D 10.1/10.0, DXGI 1.0/1.1, Direct2D 1.0, DirectWrite, Windows Imaging Component (WIC) APIs. (DirectWrite and WIC have partial support) </li>
<li>Sensor Platform APIs </li>
<li>Extended Linguistic Services APIs </li>
<li>Power Management APIs </li>
<li>Application Restart and Recovery APIs </li>
<li>Network List Manager APIs </li>
<li>Command Link control and System defined Shell icons </li>
<li>Shell search API support </li>
<li>Drag and drop functionality for Shell objects </li>
<li>Support for Direct2D/Direct3D interoperability </li>
<li>Support for typography and font enumeration DirectWrite APIs </li>
</ul>
<p>The system requirements are:</p>
<ul>
<li>.NET Framework 3.5 SP1 or later </li>
<li>Windows 7 RTM (although many features will work on prior versions) </li>
<li>DirectX features require <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&amp;displaylang=en">Windows SDK for Windows 7 RTM</a> </li>
<li>Some Direct3D samples require the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=24a541d6-0486-4453-8641-1eee9e21b282&amp;displaylang=en">March 2009 release of the DirectX SDK</a> </li>
</ul>
<p>We’ll cover the Windows API Code Pack for Microsoft .NET Framework over the next little while in a couple of places – certainly on this blog, as well as at the <a href="http://techdays.ca/">TechDays 2009</a> cross-Canada conference in the <em>Optimizing Your Apps for the Windows 7 Experience </em>session.</p>
<p><a href="http://code.msdn.microsoft.com/WindowsAPICodePack"><img style="border-right-width: 0px; margin: 0px 10px 10px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Down arrow" border="0" alt="Down arrow" align="left" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/08/down.jpg" width="48" height="48" /></a> </p>
<p><strong><a href="http://code.msdn.microsoft.com/WindowsAPICodePack">Download Windows API Code Pack for Microsoft .NET Framework (v1.0)</a></strong></p>
<p>&#160;</p>
<p class="alert"><a href="http://blogs.msdn.com/cdndevs/archive/2009/08/12/windows-api-code-pack-for-net-framework-released.aspx">This article also appears in <em>Canadian Developer Connection</em>.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.globalnerdy.com/2009/08/12/windows-api-code-pack-for-net-framework-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
