<?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 : 32-bit ic&#111;ns in tree view/toolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : 32-bit ic&#111;ns in tree view/toolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 16:05:20 +0000</pubDate>
  <lastBuildDate>Wed, 28 Jan 2004 14:08:09 +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=320</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[32-bit ic&#111;ns in tree view/toolbar : Was having a similar problem... Try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=320&amp;PID=893&amp;title=32bit-icons-in-tree-view-toolbar#893</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=338">caiden1347</a><br /><strong>Subject:</strong> 320<br /><strong>Posted:</strong> 28 January 2004 at 2:08pm<br /><br /><P>Was having a similar problem...</P><P>Try this solution (WinXP only using Studio.NET 2003):</P><P>1)&nbsp; Add '.manifest' file to application (see <A href="http://www.dotnet247.com/247reference/msgs/11/59317.aspx" target="_blank">http://www.dotnet247.com/247reference/msgs/11/59317.aspx</A>).&nbsp; This enables WinXP styles in the app.</P><P>2)&nbsp; Add an empty ImageList to your form, to be used with your toolbar.&nbsp; Add icons to your ImageList and assign these to your toolbar.&nbsp; The icons will not appear correctly (8 bit alpha will show as 1 bit blackness).&nbsp; This is just so you can preview the icons in the designer.</P><P>3)&nbsp; In your code, do the following:</P><P>imageList.Images.Clear();</P><P>Icon icon = new Icon(fileName);</P><P>imageList.Images.Add(icon); // For each icon you are using</P><P>&nbsp;</P><P>Hope this helps...</P><P>-Matt</P>]]>
   </description>
   <pubDate>Wed, 28 Jan 2004 14:08:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=320&amp;PID=893&amp;title=32bit-icons-in-tree-view-toolbar#893</guid>
  </item> 
  <item>
   <title><![CDATA[32-bit ic&#111;ns in tree view/toolbar : Anyone know of a good way to get...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=320&amp;PID=716&amp;title=32bit-icons-in-tree-view-toolbar#716</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=235">Unormal</a><br /><strong>Subject:</strong> 320<br /><strong>Posted:</strong> 31 December 2003 at 1:36pm<br /><br /><P>Anyone know of a good way to get 32 bit icons/bitmaps in toolbars / treeviews?</P><P>Thanks!</P>]]>
   </description>
   <pubDate>Wed, 31 Dec 2003 13:36:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=320&amp;PID=716&amp;title=32bit-icons-in-tree-view-toolbar#716</guid>
  </item> 
 </channel>
</rss>