<?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 : CommandBarComboBox fill items dynamically</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CommandBarComboBox fill items dynamically]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 11:51:45 +0000</pubDate>
  <lastBuildDate>Fri, 30 May 2008 10:24:31 +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=10838</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[CommandBarComboBox fill items dynamically : Hi,  Thanks for your reply,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10838&amp;PID=36031&amp;title=commandbarcombobox-fill-items-dynamically#36031</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10838<br /><strong>Posted:</strong> 30 May 2008 at 10:24am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Thanks for your reply, it's a start and if you are right (I really hope so) I could check it myself. </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 30 May 2008 10:24:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10838&amp;PID=36031&amp;title=commandbarcombobox-fill-items-dynamically#36031</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox fill items dynamically : Using the standard Windows API...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10838&amp;PID=36028&amp;title=commandbarcombobox-fill-items-dynamically#36028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 10838<br /><strong>Posted:</strong> 30 May 2008 at 9:57am<br /><br />Using the standard Windows API constrols (not COM/VB), you can clear and fill the combo when you receive the CBN_DROPDOWN (7) notification.<br><br>Notifications for standard controls are in the Windows.h file for C/C++; i.e.,<br><br><font face="Courier New, Courier, mono">#define CBN_ERRSPACE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (-1)<br>#define CBN_SELCHANGE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>#define CBN_DBLCLK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2<br>#define CBN_SETFOCUS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3<br>#define CBN_KILLFOCUS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4<br>#define CBN_EDITCHANGE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5<br>#define CBN_EDITUPDATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6<br>#define CBN_DROPDOWN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7<br>#define CBN_CLOSEUP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8<br>#define CBN_SELENDOK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9<br>#define CBN_SELENDCANCEL&nbsp;&nbsp;&nbsp; 10<br></font><br>I would think there would be a similar defines/enumeration for VB.<br><br>]]>
   </description>
   <pubDate>Fri, 30 May 2008 09:57:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10838&amp;PID=36028&amp;title=commandbarcombobox-fill-items-dynamically#36028</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox fill items dynamically : Hi,   I want to add items to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10838&amp;PID=36025&amp;title=commandbarcombobox-fill-items-dynamically#36025</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10838<br /><strong>Posted:</strong> 30 May 2008 at 8:33am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>I want to add items to a&nbsp;CommandBarComboBox dynamically and I wonder if it is the right choise, to do it in the&nbsp; Commandbars_Control_Notify event? The reason I'm asking this because sometimes even the IDE crashes. </DIV><DIV>There's no documentation about this (see another post&nbsp;<a href="http://forum.codejock.com/forum_posts.asp?TID=10436" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=10436</A>&nbsp; which didn't get a single reply <strong><FONT color=#ff0000>(<FONT size=2>again!!</FONT>)</FONT></strong></DIV><DIV><strong><FONT color=#ff0000></FONT></strong>&nbsp;</DIV><DIV><FONT color=#000000>Thanks in advance</FONT></DIV>]]>
   </description>
   <pubDate>Fri, 30 May 2008 08:33:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10838&amp;PID=36025&amp;title=commandbarcombobox-fill-items-dynamically#36025</guid>
  </item> 
 </channel>
</rss>