<?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 : Add combo box to commandbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Add combo box to commandbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 11:57:28 +0000</pubDate>
  <lastBuildDate>Mon, 08 Aug 2005 19:52:54 +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=2696</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[Add combo box to commandbar : sorry , please ignore my previous...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8068&amp;title=add-combo-box-to-commandbar#8068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1380">winanjaya</a><br /><strong>Subject:</strong> 2696<br /><strong>Posted:</strong> 08 August 2005 at 7:52pm<br /><br /><P>sorry , please ignore my previous message, it works ..</P><P>&nbsp;</P><P>Thanks &amp; Regards</P><P>Winanjaya</P>]]>
   </description>
   <pubDate>Mon, 08 Aug 2005 19:52:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8068&amp;title=add-combo-box-to-commandbar#8068</guid>
  </item> 
  <item>
   <title><![CDATA[Add combo box to commandbar : Hi All, I met &amp;#034;Type mismatch&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8067&amp;title=add-combo-box-to-commandbar#8067</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1380">winanjaya</a><br /><strong>Subject:</strong> 2696<br /><strong>Posted:</strong> 08 August 2005 at 7:46pm<br /><br /><P>Hi All,</P><P>I met "Type mismatch" on this line:</P><P>Set Combo = .Add(xtpControlComboBox, ID_COMBO, "Application List")<BR></P><P>please advise</P><P>Thanks</P><P>====</P><P>&nbsp;&nbsp;&nbsp; With ToolBar.Controls<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = .Add(xtpControlButton, ID_COMBO, "Application List")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Combo = .Add(xtpControlComboBox, ID_COMBO, "Application List")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Combo.AddItem "Debug"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Combo.AddItem "Release"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Combo.AddItem "Configuration Manager"<BR>&nbsp;&nbsp; end with</P>]]>
   </description>
   <pubDate>Mon, 08 Aug 2005 19:46:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8067&amp;title=add-combo-box-to-commandbar#8067</guid>
  </item> 
  <item>
   <title><![CDATA[Add combo box to commandbar : Hi, It is just a numeric constant...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8045&amp;title=add-combo-box-to-commandbar#8045</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 2696<br /><strong>Posted:</strong> 08 August 2005 at 8:20am<br /><br />Hi,<br>It is just a numeric constant defined.&nbsp; It is used as an ID forthe control in the toolbar.&nbsp; You can use this id to find it withinthe toolbar.&nbsp;&nbsp;&nbsp; Look in the Definitions.bas module tosee them.&nbsp; They can be just about any non-negative number.<br><br>To find sample, look in the "common" folder under sample in the start menu.<br>]]>
   </description>
   <pubDate>Mon, 08 Aug 2005 08:20:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8045&amp;title=add-combo-box-to-commandbar#8045</guid>
  </item> 
  <item>
   <title><![CDATA[Add combo box to commandbar : Thanks for your reply, but I am...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8044&amp;title=add-combo-box-to-commandbar#8044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1380">winanjaya</a><br /><strong>Subject:</strong> 2696<br /><strong>Posted:</strong> 08 August 2005 at 4:25am<br /><br /><P>Thanks for your reply, but I am very new with this, could you please inform me what is the value of ID_DEBUG_START and ID_DEBUG_CONFIGURATION and where can I find GUI sample? .. please advise</P><P>&nbsp;</P><P>Thanks a lot in advance</P><P>Regards</P><P>Winanjaya</P>]]>
   </description>
   <pubDate>Mon, 08 Aug 2005 04:25:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8044&amp;title=add-combo-box-to-commandbar#8044</guid>
  </item> 
  <item>
   <title><![CDATA[Add combo box to commandbar : See GUISample:  Set Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8040&amp;title=add-combo-box-to-commandbar#8040</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2696<br /><strong>Posted:</strong> 08 August 2005 at 4:05am<br /><br /><P>See GUISample:</P><P>&nbsp;</P><P>&nbsp;Set Control = .Add(xtpControlButton, ID_DEBUG_START, "Start")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Combo = .Add(xtpControlComboBox, ID_DEBUG_CONFIGURATION, "Configuration")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Combo.AddItem "Debug"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Combo.AddItem "Release"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Combo.AddItem "Configuration Manager"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Combo.DropDownWidth = 150<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print Combo.List(2)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print Combo.ListCount<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Combo.ListIndex = 2<BR></P>]]>
   </description>
   <pubDate>Mon, 08 Aug 2005 04:05:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8040&amp;title=add-combo-box-to-commandbar#8040</guid>
  </item> 
  <item>
   <title><![CDATA[Add combo box to commandbar : Dear All, I am very new with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8038&amp;title=add-combo-box-to-commandbar#8038</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1380">winanjaya</a><br /><strong>Subject:</strong> 2696<br /><strong>Posted:</strong> 07 August 2005 at 11:21pm<br /><br /><P>Dear All,</P><P>I am very new with this, is it possible to add a combobox into commandbars? ..pls advise ..</P><P>Regards</P><P>Winanjaya</P>]]>
   </description>
   <pubDate>Sun, 07 Aug 2005 23:21:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2696&amp;PID=8038&amp;title=add-combo-box-to-commandbar#8038</guid>
  </item> 
 </channel>
</rss>