<?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 : PopupControl Icon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : PopupControl Icon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 03:34:51 +0000</pubDate>
  <lastBuildDate>Sat, 07 Jun 2008 21:07:44 +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=10870</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[PopupControl Icon : I have a technical question about...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36409&amp;title=popupcontrol-icon#36409</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 10870<br /><strong>Posted:</strong> 07 June 2008 at 9:07pm<br /><br />I have a technical question about the 2 techniques (and a 3rd) - <br><br>For #1 (.AddIcons) - Does the PopupControl make a separate copy of all of the ImageManager icons? That is, does using this method use 2x the memory?<br><br>For #2 (.AddIcon/.CreatePicture) - It seems that this method doesn't support the alpha channel (I assume this is because CreatePicture returns a StdPicture object). Is there a way to get alpha channel support?<br><br>I've also successfully used:<br><br>Set Me.PopupControl1.Icons = Me.ImageManager1.Icons<br><br>Does this mehotd use 2x the memory (that is, is a copy of each icon made), or does using this method just set a reference to the icons in the ImageManager.<br><br>Basically, I only want to use a couple of images from my ImageManager (with lots of icons) with my PopupControl (with alpha channel), so I would like to use the most memory efficient method possible. <br><br>Thanks a lot.<br>]]>
   </description>
   <pubDate>Sat, 07 Jun 2008 21:07:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36409&amp;title=popupcontrol-icon#36409</guid>
  </item> 
  <item>
   <title><![CDATA[PopupControl Icon : Hi,  Yes I do   See post:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36180&amp;title=popupcontrol-icon#36180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10870<br /><strong>Posted:</strong> 03 June 2008 at 4:36am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes I do <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>See post: <a href="http://forum.codejock.com/forum_posts.asp?TID=9492" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=9492</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 04:36:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36180&amp;title=popupcontrol-icon#36180</guid>
  </item> 
  <item>
   <title><![CDATA[PopupControl Icon : Thank you. Do you have also a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36179&amp;title=popupcontrol-icon#36179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 10870<br /><strong>Posted:</strong> 03 June 2008 at 4:05am<br /><br />Thank you. Do you have also a solution to use the ImmageManager Icons together with the TaskDialog?]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 04:05:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36179&amp;title=popupcontrol-icon#36179</guid>
  </item> 
  <item>
   <title><![CDATA[PopupControl Icon : Hi,   You have 2 options:  PopupControl.Icons.AddIcons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36149&amp;title=popupcontrol-icon#36149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10870<br /><strong>Posted:</strong> 02 June 2008 at 3:40pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>You have 2 options:</DIV><OL><LI><strong>PopupControl.Icons.AddIcons ImageManager.Icons </strong></LI><LI><strong>PopupControl.Icons.AddIcon ImageManager.Icons.GetImage(ID_ICON_IN_IMAGEMANAGER, 16).CreatePicture(xtpImageNormal), ID_ICON_IN_POPUPCONTROL, xtpImageNormal</strong><BR>&nbsp;&nbsp;&nbsp; <BR><FONT color=#333333>Set Item = PopupControl.AddItem(0, 0, 0, 0, "")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Item.CalculateHeight<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Item.CalculateWidth</FONT></LI></OL><P>&nbsp;</P><OL><LI><strong>Item.IconIndex = ID_ICON_IN_IMAGEMANAGER</strong></LI><LI><strong>I</strong><strong>tem.IconIndex = ID_ICON_IN_POPUPCONTROL</strong></LI></OL><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 02 Jun 2008 15:40:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36149&amp;title=popupcontrol-icon#36149</guid>
  </item> 
  <item>
   <title><![CDATA[PopupControl Icon : how can i use an ImageManager...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36144&amp;title=popupcontrol-icon#36144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 10870<br /><strong>Posted:</strong> 02 June 2008 at 1:42pm<br /><br /><P>how can i use an ImageManager Icon in the PopupControl ?</P><DIV></DIV>]]>
   </description>
   <pubDate>Mon, 02 Jun 2008 13:42:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10870&amp;PID=36144&amp;title=popupcontrol-icon#36144</guid>
  </item> 
 </channel>
</rss>