<?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 : Current Selection fo CommandBarComboBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Current Selection fo CommandBarComboBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 06:14:44 +0000</pubDate>
  <lastBuildDate>Fri, 30 Jun 2006 05:51:39 +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=4507</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[Current Selection fo CommandBarComboBox : ANy ideas if this is possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4507&amp;PID=13940&amp;title=current-selection-fo-commandbarcombobox#13940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2082">mxcolin</a><br /><strong>Subject:</strong> 4507<br /><strong>Posted:</strong> 30 June 2006 at 5:51am<br /><br />ANy ideas if this is possible or will I have to use the API possibly to get this?]]>
   </description>
   <pubDate>Fri, 30 Jun 2006 05:51:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4507&amp;PID=13940&amp;title=current-selection-fo-commandbarcombobox#13940</guid>
  </item> 
  <item>
   <title><![CDATA[Current Selection fo CommandBarComboBox : Sorry, I didn&amp;#039;t explain that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4507&amp;PID=13902&amp;title=current-selection-fo-commandbarcombobox#13902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2082">mxcolin</a><br /><strong>Subject:</strong> 4507<br /><strong>Posted:</strong> 28 June 2006 at 10:52am<br /><br />Sorry, I didn't explain that very well. I'm looking for the actual selected or highlighted&nbsp;text. So if I have highlighted "peter" in the word "peterson" how I programatically go about getting that "peter" is selected. I suppose the equivalent in a VB TextBox are the SelLength, SelStart, SelText Properties.<DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Colin</DIV>]]>
   </description>
   <pubDate>Wed, 28 Jun 2006 10:52:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4507&amp;PID=13902&amp;title=current-selection-fo-commandbarcombobox#13902</guid>
  </item> 
  <item>
   <title><![CDATA[Current Selection fo CommandBarComboBox : Dim ControlComboSize As CommandBarComboBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4507&amp;PID=13901&amp;title=current-selection-fo-commandbarcombobox#13901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4507<br /><strong>Posted:</strong> 28 June 2006 at 10:44am<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim ControlComboSize As CommandBarComboBox<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set ControlComboSize = .Add(xtpControlComboBox, ID_COMBO_SIZE, "Size")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlComboSize.Width = 60<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlComboSize.AddItem "8"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlComboSize.AddItem "9"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlComboSize.AddItem "10"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlComboSize.AddItem "11"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlComboSize.AddItem "12"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlComboSize.DropDownListStyle = True<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  'Set to Item 3<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlComboSize.ListIndex = 3<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  'Print out text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print ControlComboSize.Text <br>]]>
   </description>
   <pubDate>Wed, 28 Jun 2006 10:44:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4507&amp;PID=13901&amp;title=current-selection-fo-commandbarcombobox#13901</guid>
  </item> 
  <item>
   <title><![CDATA[Current Selection fo CommandBarComboBox : How do I get/set the current text...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4507&amp;PID=13896&amp;title=current-selection-fo-commandbarcombobox#13896</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2082">mxcolin</a><br /><strong>Subject:</strong> 4507<br /><strong>Posted:</strong> 28 June 2006 at 10:10am<br /><br />How do I get/set the current text selection for a CommandBarComboBox and for that matter a CommandBarEdit object? There doesn't seem to be a property that lets me get this. Any ideas?<DIV>&nbsp;</DIV><DIV>Colin</DIV>]]>
   </description>
   <pubDate>Wed, 28 Jun 2006 10:10:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4507&amp;PID=13896&amp;title=current-selection-fo-commandbarcombobox#13896</guid>
  </item> 
 </channel>
</rss>