<?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"
	>
<channel>
	<title>Comments on: Get the 48&#215;48 or 256&#215;256 icon of a file on Windows</title>
	<atom:link href="http://pogopixels.com/blog/getting-the-48x48-or-256x256-icon-of-a-file-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://pogopixels.com/blog/getting-the-48x48-or-256x256-icon-of-a-file-on-windows/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 28 May 2012 23:40:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: CHP</title>
		<link>http://pogopixels.com/blog/getting-the-48x48-or-256x256-icon-of-a-file-on-windows/#comment-18712</link>
		<dc:creator>CHP</dc:creator>
		<pubDate>Tue, 27 Mar 2012 12:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://pogopixels.com/blog/?p=49#comment-18712</guid>
		<description>You need to use File Attributes:

SHGetFileInfo(...,FILE_ATTRIBUTE_NORMAL,...,SHGFI_SYSICONINDEX&#124;SHGFI_USEFILEATTRIBUTES);</description>
		<content:encoded><![CDATA[<p>You need to use File Attributes:</p>
<p>SHGetFileInfo(&#8230;,FILE_ATTRIBUTE_NORMAL,&#8230;,SHGFI_SYSICONINDEX|SHGFI_USEFILEATTRIBUTES);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JKR</title>
		<link>http://pogopixels.com/blog/getting-the-48x48-or-256x256-icon-of-a-file-on-windows/#comment-12914</link>
		<dc:creator>JKR</dc:creator>
		<pubDate>Thu, 23 Jun 2011 17:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://pogopixels.com/blog/?p=49#comment-12914</guid>
		<description>it doesnt work for me at all...

SHGetFileInfo returns NULL 
and sfi is empty.

compiled as 32bit on a 64bit machine
do you have any idea how to solve this?

Regards 
JKR</description>
		<content:encoded><![CDATA[<p>it doesnt work for me at all&#8230;</p>
<p>SHGetFileInfo returns NULL<br />
and sfi is empty.</p>
<p>compiled as 32bit on a 64bit machine<br />
do you have any idea how to solve this?</p>
<p>Regards<br />
JKR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://pogopixels.com/blog/getting-the-48x48-or-256x256-icon-of-a-file-on-windows/#comment-7170</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Mon, 14 Jun 2010 13:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://pogopixels.com/blog/?p=49#comment-7170</guid>
		<description>Hi Andrea, glad to hear the code sample helped and that you could convert it to C# :)</description>
		<content:encoded><![CDATA[<p>Hi Andrea, glad to hear the code sample helped and that you could convert it to C# <img src='http://pogopixels.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea D'Intino</title>
		<link>http://pogopixels.com/blog/getting-the-48x48-or-256x256-icon-of-a-file-on-windows/#comment-7137</link>
		<dc:creator>Andrea D'Intino</dc:creator>
		<pubDate>Thu, 10 Jun 2010 18:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://pogopixels.com/blog/?p=49#comment-7137</guid>
		<description>Hi there, 
thanks for the article, we used it along with an other article to implement large icons in our .net application. We wrote a post about the whole story here:

http://tabbles.net/blog/2010/06/10/how-to-have-large-file-icons-with-shgetfileinfo-in-c/

Thanks :-)

Andrea and Maurizio</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
thanks for the article, we used it along with an other article to implement large icons in our .net application. We wrote a post about the whole story here:</p>
<p><a href="http://tabbles.net/blog/2010/06/10/how-to-have-large-file-icons-with-shgetfileinfo-in-c/" rel="nofollow">http://tabbles.net/blog/2010/06/10/how-to-have-large-file-icons-with-shgetfileinfo-in-c/</a></p>
<p>Thanks <img src='http://pogopixels.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Andrea and Maurizio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to have large file icons with SHGetFileInfo in C# &#124; Tabbles developers&#39; blog</title>
		<link>http://pogopixels.com/blog/getting-the-48x48-or-256x256-icon-of-a-file-on-windows/#comment-7136</link>
		<dc:creator>How to have large file icons with SHGetFileInfo in C# &#124; Tabbles developers&#39; blog</dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://pogopixels.com/blog/?p=49#comment-7136</guid>
		<description>[...] we started investigating and found this article on how to get large icons using C++. The problem was to convert this code to C#. This is not easy, at least for me, because it [...]</description>
		<content:encoded><![CDATA[<p>[...] we started investigating and found this article on how to get large icons using C++. The problem was to convert this code to C#. This is not easy, at least for me, because it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

