<?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 : How to add image (.jpg) into popupcontrol?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : How to add image (.jpg) into popupcontrol?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 11:13:00 +0000</pubDate>
  <lastBuildDate>Mon, 15 Dec 2008 03:34:48 +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=12920</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[How to add image (.jpg) into popupcontrol? : Hello,   You&amp;#039;re right :...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12920&amp;PID=43669&amp;title=how-to-add-image-jpg-into-popupcontrol#43669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 12920<br /><strong>Posted:</strong> 15 December 2008 at 3:34am<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>You're right : PopupControl can not strech image added in the control.</DIV><DIV>&nbsp;</DIV><DIV>Althought, Image control has the property Streched=true, the bitmap in the Image control remain with the&nbsp;same width and height.</DIV><DIV>&nbsp;</DIV><DIV>You must have an image&nbsp;with the correct width and height, or Stretch the bitmap programmaticaly.</DIV><DIV>&nbsp;</DIV><DIV>Or put the streched property for PopupControlItem in the Codejock Wish List.</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Mon, 15 Dec 2008 03:34:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12920&amp;PID=43669&amp;title=how-to-add-image-jpg-into-popupcontrol#43669</guid>
  </item> 
  <item>
   <title><![CDATA[How to add image (.jpg) into popupcontrol? : Hello,  I tried it but the image1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12920&amp;PID=43659&amp;title=how-to-add-image-jpg-into-popupcontrol#43659</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1380">winanjaya</a><br /><strong>Subject:</strong> 12920<br /><strong>Posted:</strong> 14 December 2008 at 9:44pm<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>I tried it but the image1 seems like not streched although I have configured streched = true on image1 property</DIV><DIV>&nbsp;</DIV><DIV>pls help</DIV><DIV>&nbsp;</DIV><DIV>thanks &amp; regards</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Set Item = Popup.AddItem(0, 0, 350, 300, "")&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' *** depends on width and height of image<BR>&nbsp;&nbsp;&nbsp; Item.SetIcons Image1, 0, xtpPopupItemIconNormal<BR>&nbsp;&nbsp;&nbsp; Item.CalculateHeight<BR>&nbsp;&nbsp;&nbsp; Item.CalculateWidth<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Popup.VisualTheme = xtpPopupThemeMSN<BR>&nbsp;&nbsp;&nbsp; Popup.SetSize 300, 250</DIV>]]>
   </description>
   <pubDate>Sun, 14 Dec 2008 21:44:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12920&amp;PID=43659&amp;title=how-to-add-image-jpg-into-popupcontrol#43659</guid>
  </item> 
  <item>
   <title><![CDATA[How to add image (.jpg) into popupcontrol? : Suppose you put your image.jpg...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12920&amp;PID=43654&amp;title=how-to-add-image-jpg-into-popupcontrol#43654</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 12920<br /><strong>Posted:</strong> 14 December 2008 at 11:52am<br /><br />Suppose you put your image.jpg in an Image Control BackImg(1), you can write:<DIV>&nbsp;</DIV><DIV>Dim Item As PopupControlItem</DIV><DIV>&nbsp;</DIV><DIV>Set Item = Popup.AddItem(0, 0, 320, 130, "") ' *** depends on width and height of image<BR>Item.SetIcons BackImg(1), 0, xtpPopupItemIconNormal</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 14 Dec 2008 11:52:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12920&amp;PID=43654&amp;title=how-to-add-image-jpg-into-popupcontrol#43654</guid>
  </item> 
  <item>
   <title><![CDATA[How to add image (.jpg) into popupcontrol? : Dear All,  How to add image...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12920&amp;PID=43653&amp;title=how-to-add-image-jpg-into-popupcontrol#43653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1380">winanjaya</a><br /><strong>Subject:</strong> 12920<br /><strong>Posted:</strong> 14 December 2008 at 10:42am<br /><br />Dear All,<DIV>&nbsp;</DIV><DIV>How to add image (.jpg) into popupcontrol?</DIV><DIV>&nbsp;</DIV><DIV>please help</DIV><DIV>&nbsp;</DIV><DIV>Thanks </DIV><DIV>&nbsp;</DIV><DIV>Winanjaya</DIV>]]>
   </description>
   <pubDate>Sun, 14 Dec 2008 10:42:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12920&amp;PID=43653&amp;title=how-to-add-image-jpg-into-popupcontrol#43653</guid>
  </item> 
 </channel>
</rss>