<?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 : Combobox Items Not Displaying</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Combobox Items Not Displaying]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 10:02:28 +0000</pubDate>
  <lastBuildDate>Mon, 16 Oct 2006 15:30:12 +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=5287</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[Combobox Items Not Displaying : Did you try to put .DropDownListStyle...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5287&amp;PID=16578&amp;title=combobox-items-not-displaying#16578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 5287<br /><strong>Posted:</strong> 16 October 2006 at 3:30pm<br /><br />Did you try to put .DropDownListStyle before adding entries ?]]>
   </description>
   <pubDate>Mon, 16 Oct 2006 15:30:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5287&amp;PID=16578&amp;title=combobox-items-not-displaying#16578</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Items Not Displaying : Seems to work if I take out the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5287&amp;PID=16574&amp;title=combobox-items-not-displaying#16574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 5287<br /><strong>Posted:</strong> 16 October 2006 at 1:34pm<br /><br />Seems to work if I take out the .DropDownListStyle line.&nbsp; Not sure why but it works.<br>]]>
   </description>
   <pubDate>Mon, 16 Oct 2006 13:34:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5287&amp;PID=16574&amp;title=combobox-items-not-displaying#16574</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox Items Not Displaying : Using the following code can anyone...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5287&amp;PID=16510&amp;title=combobox-items-not-displaying#16510</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 5287<br /><strong>Posted:</strong> 13 October 2006 at 5:53pm<br /><br />Using the following code can anyone tell me why, when I click the combo on the CommandBar, nothing appears?&nbsp; It just kinda flickers and nothing else happens.<br><br>Dim Control As CommandBarControl<br>Dim FormatBar As CommandBar<br><br>Set FormatBar = CommandBars.Add("Format", xtpBarTop)<br>CommandBars.ActiveMenuBar.Visible = False<br><br>With FormatBar.Controls<br>&nbsp;&nbsp;&nbsp; Set Control = .Add(xtpControlComboBox, 1, "Font")<br>&nbsp;&nbsp;&nbsp; Control.Width = 140<br>&nbsp;&nbsp;&nbsp; Control.DropDownListStyle = True<br>&nbsp;&nbsp;&nbsp; Control.AddItem "Tahoma"<br>&nbsp;&nbsp;&nbsp; Control.AddItem "Arial"<br>&nbsp;&nbsp;&nbsp; Control.AddItem "Times New Roman"<br>End With<br><br>]]>
   </description>
   <pubDate>Fri, 13 Oct 2006 17:53:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5287&amp;PID=16510&amp;title=combobox-items-not-displaying#16510</guid>
  </item> 
 </channel>
</rss>