<?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 : Question about ListBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Question about ListBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:29:01 +0000</pubDate>
  <lastBuildDate>Mon, 05 Jan 2009 02:05:28 +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=12982</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[Question about ListBox : Hello,  AddIconswill copy icons....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12982&amp;PID=44103&amp;title=question-about-listbox#44103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12982<br /><strong>Posted:</strong> 05 January 2009 at 2:05am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>AddIcons&nbsp;will copy icons. BUt our ImageManager hold all icons in single bitmap so it will not create additional GDI Handlers.</DIV>]]>
   </description>
   <pubDate>Mon, 05 Jan 2009 02:05:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12982&amp;PID=44103&amp;title=question-about-listbox#44103</guid>
  </item> 
  <item>
   <title><![CDATA[Question about ListBox : When using the AddIcons function,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12982&amp;PID=44068&amp;title=question-about-listbox#44068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 12982<br /><strong>Posted:</strong> 01 January 2009 at 9:36pm<br /><br />When using the AddIcons function, does it create a copy of icons from the ImageManager or does it just create a pointer to the icons.&nbsp; The reason I ask is that I have one ImageManager with all my icons that I use for the CommandBars, ReportControl, SuiteControls, etc.&nbsp; I don't want to have a seperate copy of the icons in memory for each type of control.<br><br>Also, why doesn't the following work on the global settings object:<br><br>Set XtremeSuiteControls.Icons = MyImageManager.Icons<br><br>The code above gives me an error but it works if set it to an individual control such as: <br><br>Set objReportControl.Icons = MyImageManager.Icons<br>]]>
   </description>
   <pubDate>Thu, 01 Jan 2009 21:36:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12982&amp;PID=44068&amp;title=question-about-listbox#44068</guid>
  </item> 
  <item>
   <title><![CDATA[Question about ListBox : Hi,  Add ImageManager to form,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12982&amp;PID=43838&amp;title=question-about-listbox#43838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12982<br /><strong>Posted:</strong> 22 December 2008 at 1:42am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Add ImageManager to form, add icons in design time and in code add</DIV><DIV>&nbsp;</DIV><DIV>XtremeSuiteControls.Icons.AddIcons YourImageManager.Icons</DIV>]]>
   </description>
   <pubDate>Mon, 22 Dec 2008 01:42:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12982&amp;PID=43838&amp;title=question-about-listbox#43838</guid>
  </item> 
  <item>
   <title><![CDATA[Question about ListBox : Hi, Anyone knows how can I load...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12982&amp;PID=43810&amp;title=question-about-listbox#43810</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4819">Kamand.Jirbande</a><br /><strong>Subject:</strong> 12982<br /><strong>Posted:</strong> 20 December 2008 at 1:56am<br /><br />Hi,<DIV>Anyone knows how can I load icons to ListBox from ImageList or ImageManager?</DIV><DIV>I don't wanna load icons from disk or resources.</DIV><DIV>If anyone have a sample, please give me. Thanks:)</DIV><DIV>&nbsp;</DIV><DIV>I add items like this:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ListBoxMarkup.AddItem "&lt;Border BorderThickness='2' BorderBrush='DodgerBlue' Margin='0, 2, 0, 2' Padding='3'&gt;&lt;StackPanel Orientation='Horizontal'&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Image Source='30'/&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Grid&gt;&lt;Grid.ColumnDefinitions&gt;&lt;ColumnDefinition Width='Auto'/&gt;&lt;ColumnDefinition Width='*'/&gt;&lt;/Grid.ColumnDefinitions&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Grid.RowDefinitions&gt;&lt;RowDefinition/&gt;&lt;RowDefinition/&gt;&lt;/Grid.RowDefinitions&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock TextAlignment='Right' FontWeight='Bold' Foreground='Navy' Text='IP:'/&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock TextAlignment='Right' Grid.Row='1' FontWeight='Bold' Foreground='Navy' Text='Country:'/&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock Margin='6, 0, 0, 0' Grid.Column='1' Text='" &amp; MyResult(0) &amp; "'/&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock Margin='6, 0, 0, 0'&nbsp; Grid.Column='1' Grid.Row='1'&nbsp; Text='" &amp; "Loopback" &amp; "'/&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;/Grid&gt;&lt;/StackPanel&gt;&lt;/Border&gt;"</DIV>]]>
   </description>
   <pubDate>Sat, 20 Dec 2008 01:56:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12982&amp;PID=43810&amp;title=question-about-listbox#43810</guid>
  </item> 
 </channel>
</rss>