<?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 : ImageManager / Image control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : ImageManager / Image control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 00:24:30 +0000</pubDate>
  <lastBuildDate>Fri, 12 Oct 2007 08:37:59 +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=8399</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[ImageManager / Image control : Hi,  If you have 11.2 version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8399&amp;PID=27256&amp;title=imagemanager-image-control#27256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8399<br /><strong>Posted:</strong> 12 October 2007 at 8:37am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>If you have 11.2 version you can use our Label control to draw Icon. just sset its Icon property.</DIV>]]>
   </description>
   <pubDate>Fri, 12 Oct 2007 08:37:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8399&amp;PID=27256&amp;title=imagemanager-image-control#27256</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager / Image control : Hi Oleg, Thank you for responding.  That...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8399&amp;PID=27228&amp;title=imagemanager-image-control#27228</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8399<br /><strong>Posted:</strong> 11 October 2007 at 1:02pm<br /><br />Hi Oleg,<DIV>Thank you for responding.</DIV><DIV>&nbsp;</DIV><DIV>That approach works for picture boxes it doesn't work for image object which does not have an HDc.</DIV><DIV>&nbsp;</DIV><DIV>I want to transfer the imagemanger picture&nbsp;directly to an image object since it has transparency. I could get it to work by copying it to a picture box and then copying it from there to the image object but that loses transparency.</DIV><DIV>&nbsp;</DIV><DIV>Is it possible to copy it to the image object without losing transparency.</DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Thu, 11 Oct 2007 13:02:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8399&amp;PID=27228&amp;title=imagemanager-image-control#27228</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager / Image control : You can draw it directly:  Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8399&amp;PID=27208&amp;title=imagemanager-image-control#27208</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8399<br /><strong>Posted:</strong> 11 October 2007 at 12:41am<br /><br />You can draw it directly:<DIV>&nbsp;</DIV><DIV>Private Sub picSample_Paint()<BR>&nbsp;&nbsp;&nbsp; Dim Icon As ImageManagerIcon<BR>&nbsp;&nbsp;&nbsp; Set Icon = frmMain.CommandBars.Icons.GetImage(100, 16)<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If Not Icon Is Nothing Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Icon.Draw picSample.hDC, 0, 0, Icon.Width, Icon.Height, xtpImageNormal<BR>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>End Sub</DIV>]]>
   </description>
   <pubDate>Thu, 11 Oct 2007 00:41:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8399&amp;PID=27208&amp;title=imagemanager-image-control#27208</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager / Image control : How can I display an image, which...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8399&amp;PID=27202&amp;title=imagemanager-image-control#27202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8399<br /><strong>Posted:</strong> 10 October 2007 at 10:14pm<br /><br />How can I display an image, which is stored in the ImageManager control, in a VB6 image control or picture control?<DIV>&nbsp;</DIV><DIV>I tried:</DIV><DIV>Set imgPlay.Picture = Me.ImageManagerPanel.Icons.GetImage(3003, 20).CreatePicture(xtpImageNormal)</DIV><DIV>&nbsp;</DIV><DIV>That does not work. Can this be done? Thanks.</DIV>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 22:14:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8399&amp;PID=27202&amp;title=imagemanager-image-control#27202</guid>
  </item> 
 </channel>
</rss>