<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[transparentes icon im listview?]]></title><description><![CDATA[<p>wie kann ich in einem listview, in dem eine dateiliste dargestellt wird (mit icons), einen bestimmten eintrag im listview mit einem transparenten icon darstellen?<br />
also um versteckte dateien und copy/paste-aktionen anzuzeigen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/131218/transparentes-icon-im-listview</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 23:48:45 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/131218.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Jan 2006 15:33:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to transparentes icon im listview? on Sun, 01 Jan 2006 15:33:34 GMT]]></title><description><![CDATA[<p>wie kann ich in einem listview, in dem eine dateiliste dargestellt wird (mit icons), einen bestimmten eintrag im listview mit einem transparenten icon darstellen?<br />
also um versteckte dateien und copy/paste-aktionen anzuzeigen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/954092</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/954092</guid><dc:creator><![CDATA[listview]]></dc:creator><pubDate>Sun, 01 Jan 2006 15:33:34 GMT</pubDate></item><item><title><![CDATA[Reply to transparentes icon im listview? on Sun, 01 Jan 2006 16:51:06 GMT]]></title><description><![CDATA[<p>Du meinst ein &quot;Overlay-Image&quot; !?<br />
Siehe in die Hilfe zu LVITEM:<br />
<a href="http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/listview/structures/lvitem.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/listview/structures/lvitem.asp</a></p>
<p>state schrieb:</p>
<blockquote>
<p>Bits 8 through 11 of this member specify the one-based overlay image index. Both the full-sized icon image list and the small icon image list can have overlay images. The overlay image is superimposed over the item's icon image. If these bits are zero, the item has no overlay image. To isolate these bits, use the LVIS_OVERLAYMASK mask. To set the overlay image index in this member, you should use the INDEXTOOVERLAYMASK macro. The image list's overlay images are set with the ImageList_SetOverlayImage function.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/954168</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/954168</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sun, 01 Jan 2006 16:51:06 GMT</pubDate></item><item><title><![CDATA[Reply to transparentes icon im listview? on Sun, 01 Jan 2006 18:20:50 GMT]]></title><description><![CDATA[<p>ich weiß nicht genau ob es das ist was ich suche. wenn dieses overlay-image also komplett weiß sein kann und nen transparentwert von 50% hat wäre es das was ich suche. ich benutze für mein listview ja aber nun die system image list. sind in dieser die overlay-images enthalten die ich brauche?</p>
<p>ein kleines beispiel wäre sonst super, über google hab ich nämlich nicht wirklich was gefunden -/</p>
]]></description><link>https://www.c-plusplus.net/forum/post/954232</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/954232</guid><dc:creator><![CDATA[listview]]></dc:creator><pubDate>Sun, 01 Jan 2006 18:20:50 GMT</pubDate></item></channel></rss>