<?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 : Combo Box With Ic&#111;ns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Combo Box With Ic&#111;ns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:30:35 +0000</pubDate>
  <lastBuildDate>Sat, 14 May 2005 03:52:40 +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=2168</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[Combo Box With Ic&#111;ns : Well oleg Iam sorry .... I was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2168&amp;PID=6577&amp;title=combo-box-with-icons#6577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1151">Maneesh</a><br /><strong>Subject:</strong> 2168<br /><strong>Posted:</strong> 14 May 2005 at 3:52am<br /><br /><P>Well oleg Iam sorry .... I was able to do it !!! with Xtreme Toolkit pro ! </P><P>I am not sure whether u understood the problem ~~ </P><P>well hers the code ! </P><P>Assume the toolbar button id is IDM_COMBO_SOURCE__BTN and in the OnCreateControl check for this !!! </P><P>CXTComboBoxEx m_SourceCombo;</P><P>&nbsp;if (&nbsp; pToolBar &amp;&amp; pToolBar-&gt;GetBarID() == IDR_STANDARD_TOOLBAR )<BR>&nbsp;{<BR>&nbsp;&nbsp;//-- CREATING THE SOURCE COMBO BOX ITEM<BR>&nbsp;&nbsp;if ( lpCreateControl-&gt;nID == IDM_COMBO_SOURCE__BTN )<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;m_SourceCombo.Create( CBS_DROPDOWNLIST|WS_TABSTOP | WS_CHILD | WS_VISIBLE&nbsp; , CRect( 0 ,0 , 200, 100) , this , ID_SOURCE_COMBOBOXITEM );<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;CXTPControlCustom* pControlComboBox = CXTPControlCustom::CreateControlCustom(&amp;m_SourceCombo);<BR>&nbsp;&nbsp;&nbsp;lpCreateControl-&gt;pControl = pControlComboBox;</P><P>}</P><P>&nbsp;</P><P>Then use the InsertItem() fn to&nbsp;of teh combo box classs &nbsp;to add the items in the combo and u can also set icons or bitmaps to each item !!! </P><P>&nbsp;</P><P>Thanks </P><P>Maneesh<BR></P>]]>
   </description>
   <pubDate>Sat, 14 May 2005 03:52:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2168&amp;PID=6577&amp;title=combo-box-with-icons#6577</guid>
  </item> 
  <item>
   <title><![CDATA[Combo Box With Ic&#111;ns : Sorry, but we plan to implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2168&amp;PID=6475&amp;title=combo-box-with-icons#6475</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2168<br /><strong>Posted:</strong> 06 May 2005 at 1:06am<br /><br />Sorry, but we plan to implement Icons from ComboBox only for 10.0 release.]]>
   </description>
   <pubDate>Fri, 06 May 2005 01:06:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2168&amp;PID=6475&amp;title=combo-box-with-icons#6475</guid>
  </item> 
  <item>
   <title><![CDATA[Combo Box With Ic&#111;ns : Hello  How can i create a combobox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2168&amp;PID=6424&amp;title=combo-box-with-icons#6424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1151">Maneesh</a><br /><strong>Subject:</strong> 2168<br /><strong>Posted:</strong> 02 May 2005 at 7:51am<br /><br /><P>Hello <BR></P><P>How can i create a combobox as a toolbar item and have items with an ICON and its Name like </P><P>&lt;Excel Icon&gt; Microsoft Excel</P><P>&lt;OPen Icon&gt; Open File </P><P>as Drop Down items. </P><P>Using xtreme toolkit pro ! </P>]]>
   </description>
   <pubDate>Mon, 02 May 2005 07:51:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2168&amp;PID=6424&amp;title=combo-box-with-icons#6424</guid>
  </item> 
 </channel>
</rss>