<?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[Combobox mit Bitmaps]]></title><description><![CDATA[<p>Ich möchte eine Dropdown-Liste mit Bitmaps (32x32) aus Dateien füllen. Das Steuerelement CComboboxEx habe ich gefunden, irgendwie funzts aber nicht. Hier mein Code:</p>
<p>CBitmap CBmp;</p>
<p>HGDIOBJ bmp=(HGDIOBJ)LoadImage(0,&quot;Texture1-32.bmp&quot;,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_DEFAULTCOLOR);</p>
<p>CBmp.Attach( bmp );</p>
<p>CImageList textureList;<br />
textureList.Create(32, 32, ILC_COLOR8, 2, 2);</p>
<p>textureList.Add( &amp;CBmp, (COLORREF)0 );</p>
<p>m_cComboboxExCtrl.SetImageList( &amp;textureList );</p>
<p>Kennt sich da jemand aus?<br />
greetz<br />
urbi</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/45743/combobox-mit-bitmaps</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 05:17:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/45743.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Aug 2003 14:34:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Combobox mit Bitmaps on Wed, 13 Aug 2003 14:34:08 GMT]]></title><description><![CDATA[<p>Ich möchte eine Dropdown-Liste mit Bitmaps (32x32) aus Dateien füllen. Das Steuerelement CComboboxEx habe ich gefunden, irgendwie funzts aber nicht. Hier mein Code:</p>
<p>CBitmap CBmp;</p>
<p>HGDIOBJ bmp=(HGDIOBJ)LoadImage(0,&quot;Texture1-32.bmp&quot;,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_DEFAULTCOLOR);</p>
<p>CBmp.Attach( bmp );</p>
<p>CImageList textureList;<br />
textureList.Create(32, 32, ILC_COLOR8, 2, 2);</p>
<p>textureList.Add( &amp;CBmp, (COLORREF)0 );</p>
<p>m_cComboboxExCtrl.SetImageList( &amp;textureList );</p>
<p>Kennt sich da jemand aus?<br />
greetz<br />
urbi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/331082</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/331082</guid><dc:creator><![CDATA[u.smiley]]></dc:creator><pubDate>Wed, 13 Aug 2003 14:34:08 GMT</pubDate></item></channel></rss>