<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Alpha Icons In Trees and Reports</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Alpha Icons In Trees and Reports]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 27 Apr 2026 19:46:22 +0000</pubDate>
  <lastBuildDate>Fri, 22 Dec 2006 19:09:46 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=5840</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Alpha Icons In Trees and Reports :  BOOL bAlpha = FALSE;HBITMAP...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5840&amp;PID=18567&amp;title=alpha-icons-in-trees-and-reports#18567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 5840<br /><strong>Posted:</strong> 22 December 2006 at 7:09pm<br /><br /><P><table width="99%"><tr><td><pre class="BBcode">&nbsp;BOOL bAlpha = FALSE;<BR>HBITMAP hb = CXTPImageManagerIcon::LoadBitmapFromResource( _T("IDB_WEBSITE_TREE"), &amp;bAlpha );</P><P>CBitmap bitmap;<BR>bitmap.Attach( hb );</P><P>m_ilProjectTree.Create( 16, 16, ILC_COLOR32, 1, 1 );<BR>m_ilProjectTree.Add( &amp;bitmap, &amp;bitmap );<BR>m_ctlProjectTree.SetImageList( &amp;m_ilProjectTree, TVSIL_NORMAL );</pre></td></tr></table></P><DIV>Or you can use LoadBitmapFromFile to do a similar thing</DIV><DIV>&nbsp;</DIV><DIV>If you want to use a resource, then modify your .rc2 file and add</DIV><DIV>IDB_WEBSITE_TREE as a PNG resource like:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">IDB_WEBSITE_TREE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PNG&nbsp;&nbsp;&nbsp;MOVEABLE PURE&nbsp;&nbsp; "res\\ProjectTreeIcons.png"</pre></td></tr></table></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 19:09:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5840&amp;PID=18567&amp;title=alpha-icons-in-trees-and-reports#18567</guid>
  </item> 
  <item>
   <title><![CDATA[Alpha Icons In Trees and Reports : Can you please share this with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5840&amp;PID=18387&amp;title=alpha-icons-in-trees-and-reports#18387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=270">Italo</a><br /><strong>Subject:</strong> 5840<br /><strong>Posted:</strong> 19 December 2006 at 7:46pm<br /><br />Can you please share this with the rest of us?<DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Italo</DIV>]]>
   </description>
   <pubDate>Tue, 19 Dec 2006 19:46:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5840&amp;PID=18387&amp;title=alpha-icons-in-trees-and-reports#18387</guid>
  </item> 
  <item>
   <title><![CDATA[Alpha Icons In Trees and Reports : Actually I got it now thanks. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5840&amp;PID=18385&amp;title=alpha-icons-in-trees-and-reports#18385</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 5840<br /><strong>Posted:</strong> 19 December 2006 at 6:12pm<br /><br />Actually I got it now thanks.]]>
   </description>
   <pubDate>Tue, 19 Dec 2006 18:12:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5840&amp;PID=18385&amp;title=alpha-icons-in-trees-and-reports#18385</guid>
  </item> 
  <item>
   <title><![CDATA[Alpha Icons In Trees and Reports : I cant find any example code in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5840&amp;PID=18381&amp;title=alpha-icons-in-trees-and-reports#18381</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 5840<br /><strong>Posted:</strong> 19 December 2006 at 3:35pm<br /><br />I cant find any example code in attaching alpha bitmaps to an imagelist that i can use in a Tree or Report control.<DIV>&nbsp;</DIV><DIV>Oleg,&nbsp;could you give me a some simple steps for me ... thanks so much.&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 19 Dec 2006 15:35:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5840&amp;PID=18381&amp;title=alpha-icons-in-trees-and-reports#18381</guid>
  </item> 
 </channel>
</rss>