<?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 : Icon Size in combobox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Icon Size in combobox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 07:40:52 +0000</pubDate>
  <lastBuildDate>Thu, 22 Jan 2009 20:47: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=13216</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[Icon Size in combobox : I had a combobox which was showing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13216&amp;PID=44812&amp;title=icon-size-in-combobox#44812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 13216<br /><strong>Posted:</strong> 22 January 2009 at 8:47pm<br /><br />I had a combobox which was showing 16x16 icons for some items and 32x32 icons for other items.&nbsp; I wasn't able to figure out why it was doing that but setting the Height and Width parameters fixed the problem.&nbsp; Thanks for posting the solution.]]>
   </description>
   <pubDate>Thu, 22 Jan 2009 20:47:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13216&amp;PID=44812&amp;title=icon-size-in-combobox#44812</guid>
  </item> 
  <item>
   <title><![CDATA[Icon Size in combobox : Forget it, this works :   Me.cmbHighlightColor.AddItem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13216&amp;PID=44732&amp;title=icon-size-in-combobox#44732</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4049">Lodep59</a><br /><strong>Subject:</strong> 13216<br /><strong>Posted:</strong> 20 January 2009 at 12:42pm<br /><br />Forget it, this works :<DIV>&nbsp;</DIV><DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA"><FONT face="Courier New, Courier, mono">&nbsp;Me.cmbHighlightColor.AddItem "&lt;StackPanel Orientation='Horizontal'&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Image <FONT color=#ff0000><strong>Height='16' Width='16'</strong> </FONT>VerticalAlignment='Center' Source='110008'/&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock Padding = '2' VerticalAlignment='Center'&gt;My Color&lt;/TextBlock&gt;&lt;/StackPanel&gt;"</FONT></SPAN></DIV></DIV>]]>
   </description>
   <pubDate>Tue, 20 Jan 2009 12:42:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13216&amp;PID=44732&amp;title=icon-size-in-combobox#44732</guid>
  </item> 
  <item>
   <title><![CDATA[Icon Size in combobox : Hi,  In order to initalize a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13216&amp;PID=44731&amp;title=icon-size-in-combobox#44731</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4049">Lodep59</a><br /><strong>Subject:</strong> 13216<br /><strong>Posted:</strong> 20 January 2009 at 12:13pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>In order to initalize a combobox in my app i use this code :</DIV><DIV>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA"><FONT face="Courier New, Courier, mono">XtremeSuiteControls.Icons.AddIcons&nbsp;&nbsp; <FONT color=#ff0000>frmMain.ImagesHighlightColor.Icons</FONT></FONT></SPAN></DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA"><FONT face="Courier New, Courier, mono">&nbsp;Me.cmbHighlightColor.AddItem "&lt;StackPanel Orientation='Horizontal'&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Image VerticalAlignment='Center' Source='110008'/&gt;" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock Padding = '2' VerticalAlignment='Center'&gt;My Color&lt;/TextBlock&gt;&lt;/StackPanel&gt;"</FONT></SPAN></DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA"></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA">The Image List "frmMain.ImagesHighlightColor.Icons" contain both 16x16 and 32x32 versions of the icons. </SPAN></DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA"></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA">In the previous version, when i used this code, the combo was correctly filled with the 16x16 version of the icons.</SPAN></DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA"></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA">In the new version, the 32x32 version is used, so my combobox is unreadable.</SPAN></DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA"></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA">I can't increase the height of the combobox...</SPAN></DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA"></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA">Can you help me ? Is there a way to tell the combo to use the 16x16 version of my icons ?</SPAN></DIV><DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: FR; mso-fareast-: EN-US; mso-bidi-: AR-SA">Thanks.</SPAN></DIV>]]>
   </description>
   <pubDate>Tue, 20 Jan 2009 12:13:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13216&amp;PID=44731&amp;title=icon-size-in-combobox#44731</guid>
  </item> 
 </channel>
</rss>