<?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[CListCtrl und Icons mal so.]]></title><description><![CDATA[<p>îch habe es so probiert</p>
<p>[cpp]<br />
////// Image List TEST<br />
CImageList ListImageList;<br />
ListImageList.Create(16,16,ILC_COLOR,0,1);</p>
<p>ListImageList.Add(AfxGetApp()-&gt;LoadIcon(IDI_ICONGREEN));<br />
m_FileList.SetImageList(&amp;ListImageList,LVSIL_SMALL);</p>
<p>// und dann fuers item in der Liste + Image<br />
m_FileList.InsertItem(nItem, pFileRecord-&gt;m_FileName,0);</p>
<p>aber das Icon wird nicht gemalt......</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/65983/clistctrl-und-icons-mal-so</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 16:56:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/65983.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Feb 2004 10:05:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CListCtrl und Icons mal so. on Tue, 24 Feb 2004 10:05:58 GMT]]></title><description><![CDATA[<p>îch habe es so probiert</p>
<p>[cpp]<br />
////// Image List TEST<br />
CImageList ListImageList;<br />
ListImageList.Create(16,16,ILC_COLOR,0,1);</p>
<p>ListImageList.Add(AfxGetApp()-&gt;LoadIcon(IDI_ICONGREEN));<br />
m_FileList.SetImageList(&amp;ListImageList,LVSIL_SMALL);</p>
<p>// und dann fuers item in der Liste + Image<br />
m_FileList.InsertItem(nItem, pFileRecord-&gt;m_FileName,0);</p>
<p>aber das Icon wird nicht gemalt......</p>
]]></description><link>https://www.c-plusplus.net/forum/post/466589</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/466589</guid><dc:creator><![CDATA[T1c4L]]></dc:creator><pubDate>Tue, 24 Feb 2004 10:05:58 GMT</pubDate></item><item><title><![CDATA[Reply to CListCtrl und Icons mal so. on Tue, 24 Feb 2004 10:10:40 GMT]]></title><description><![CDATA[<p>Mach die ImageList mal als Member deiner Klasse.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/466593</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/466593</guid><dc:creator><![CDATA[dEUs]]></dc:creator><pubDate>Tue, 24 Feb 2004 10:10:40 GMT</pubDate></item><item><title><![CDATA[Reply to CListCtrl und Icons mal so. on Tue, 24 Feb 2004 10:32:58 GMT]]></title><description><![CDATA[<p>mal was neues gelernt ^^</p>
]]></description><link>https://www.c-plusplus.net/forum/post/466610</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/466610</guid><dc:creator><![CDATA[T1c4L]]></dc:creator><pubDate>Tue, 24 Feb 2004 10:32:58 GMT</pubDate></item></channel></rss>