<?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 items to combobox?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Add items to combobox?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:49:09 +0000</pubDate>
  <lastBuildDate>Sat, 01 May 2004 11:34:36 +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=680</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 items to combobox? : That did the trick! Thanks! ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1793&amp;title=add-items-to-combobox#1793</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 680<br /><strong>Posted:</strong> 01 May 2004 at 11:34am<br /><br /><P>That did the trick!</P><P>Thanks!</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sat, 01 May 2004 11:34:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1793&amp;title=add-items-to-combobox#1793</guid>
  </item> 
  <item>
   <title><![CDATA[Add items to combobox? : Right, So in form_load or whatever: Dim...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1792&amp;title=add-items-to-combobox#1792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 680<br /><strong>Posted:</strong> 01 May 2004 at 11:26am<br /><br /><P>Right,</P><P>So in form_load or whatever:</P><P>Dim ControlComboBox as CommandBarComboBox</P><P>Set ControlComboBox = CommandBar.FindControl(,Id,,True)</P><P>If not ControlComboBox is nothing then</P><P>&nbsp;&nbsp;&nbsp; ContgrolComboBox.AddItem itemText</P><P>End if</P><P>Something like that.</P>]]>
   </description>
   <pubDate>Sat, 01 May 2004 11:26:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1792&amp;title=add-items-to-combobox#1792</guid>
  </item> 
  <item>
   <title><![CDATA[Add items to combobox? : Thanks, but in this case the items...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1791&amp;title=add-items-to-combobox#1791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 680<br /><strong>Posted:</strong> 01 May 2004 at 11:21am<br /><br /><P>Thanks, but in this case the items are only added when someone clicks on the combobox?</P><P>I need to add items (in this case cd devices) into the combobox without any user interaction, and the first item (device) should be displayed.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sat, 01 May 2004 11:21:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1791&amp;title=add-items-to-combobox#1791</guid>
  </item> 
  <item>
   <title><![CDATA[Add items to combobox? : Take a look at DynamicPopups sample....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1790&amp;title=add-items-to-combobox#1790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 680<br /><strong>Posted:</strong> 01 May 2004 at 11:00am<br /><br /><P>Take a look at DynamicPopups sample. CommandBars_InitCommandsPopup procedure. Use AddItem method of CommandBarComboBox object. You may have to use .FindControl &nbsp;method of CommandBars to find your CommandBarComboBox object.</P><P>Set ControlComboBox = CommandBar.FindControl(, Id, , True)</P><P>ControlComboBox.AddItem itemText</P><P>Good luck</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sat, 01 May 2004 11:00:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1790&amp;title=add-items-to-combobox#1790</guid>
  </item> 
  <item>
   <title><![CDATA[Add items to combobox? : Hi, I load an XCB file which...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1782&amp;title=add-items-to-combobox#1782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 680<br /><strong>Posted:</strong> 30 April 2004 at 4:18pm<br /><br /><P>Hi,</P><P>I load an XCB file which has a toolbar with a combobox.</P><P>How do I add items to this combobox in vb code?</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 30 Apr 2004 16:18:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=680&amp;PID=1782&amp;title=add-items-to-combobox#1782</guid>
  </item> 
 </channel>
</rss>