<?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 icon from image manager?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Alpha icon from image manager?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 01:37:57 +0000</pubDate>
  <lastBuildDate>Mon, 14 Dec 2009 06:35:40 +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=15835</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 icon from image manager? : Good idea. However, I solved it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15835&amp;PID=55607&amp;title=alpha-icon-from-image-manager#55607</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15835<br /><strong>Posted:</strong> 14 December 2009 at 6:35am<br /><br />Good idea. However, I solved it by making my own function. Quite tricky...<DIV>&nbsp;</DIV><DIV>I'd expect XTP to provide such a function. (If I recall correctly, in previous versions you simply called GetIcon...)</DIV>]]>
   </description>
   <pubDate>Mon, 14 Dec 2009 06:35:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15835&amp;PID=55607&amp;title=alpha-icon-from-image-manager#55607</guid>
  </item> 
  <item>
   <title><![CDATA[Alpha icon from image manager? : Hi,  You can put it to CImageList...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15835&amp;PID=55597&amp;title=alpha-icon-from-image-manager#55597</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15835<br /><strong>Posted:</strong> 14 December 2009 at 6:15am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can put it to CImageList with COLOR_32 mode and extract as icon. But it will work in WindowsXP+</DIV>]]>
   </description>
   <pubDate>Mon, 14 Dec 2009 06:15:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15835&amp;PID=55597&amp;title=alpha-icon-from-image-manager#55597</guid>
  </item> 
  <item>
   <title><![CDATA[Alpha icon from image manager? : How do I create an alpha HICON...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15835&amp;PID=55576&amp;title=alpha-icon-from-image-manager#55576</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 15835<br /><strong>Posted:</strong> 13 December 2009 at 12:07pm<br /><br />How do I create an alpha HICON from XTPImageManager()? This yields an ugly (no alpha) icon:<DIV>&nbsp;</DIV><DIV><FONT color=#010001 size=2><FONT color=#010001 size=2><DIV>CXTPImageManagerIcon</FONT></FONT><FONT size=2> *</FONT><FONT color=#010001 size=2><FONT color=#010001 size=2>pIcon</FONT></FONT><FONT size=2> = </FONT><FONT color=#010001 size=2><FONT color=#010001 size=2>XTPImageManager</FONT></FONT><FONT size=2>()-&gt;</FONT><FONT color=#010001 size=2><FONT color=#010001 size=2>GetImage</FONT></FONT><FONT size=2>(</FONT><FONT color=#010001 size=2><FONT color=#010001 size=2>ID_ICON</FONT></FONT><FONT size=2>, 32);</DIV><DIV></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>if</FONT></FONT><FONT size=2> (</FONT><FONT color=#010001 size=2><FONT color=#010001 size=2>pIcon</FONT></FONT><FONT size=2>)</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#010001><FONT color=#010001>CXTPImageManagerIconHandle</FONT></FONT> <FONT color=#010001><FONT color=#010001>iconHandle</FONT></FONT> = <FONT color=#010001><FONT color=#010001>pIcon</FONT></FONT>-&gt;<FONT color=#010001><FONT color=#010001>GetIcon</FONT></FONT>();</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#010001><FONT color=#010001>iconCopy</FONT></FONT>.<FONT color=#010001><FONT color=#010001>CopyHandle</FONT></FONT>(<FONT color=#010001><FONT color=#010001>iconHandle</FONT></FONT>);</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <FONT color=#010001><FONT color=#010001>iconCopy</FONT></FONT> = <FONT color=#010001><FONT color=#010001>CXTPTransparentBitmap</FONT></FONT>(<FONT color=#010001><FONT color=#010001>iconCopy</FONT></FONT>.<FONT color=#010001><FONT color=#010001>GetBitmap</FONT></FONT>()).<FONT color=#010001><FONT color=#010001>ConvertToIcon</FONT></FONT>(); <strong>// Alpha is lost!</strong></FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Sun, 13 Dec 2009 12:07:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15835&amp;PID=55576&amp;title=alpha-icon-from-image-manager#55576</guid>
  </item> 
 </channel>
</rss>