<?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 Clicked &#069;vent</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : ComboBox Clicked &#069;vent]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:21:05 +0000</pubDate>
  <lastBuildDate>Thu, 01 Apr 2004 09:17:50 +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=591</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 Clicked &#069;vent : Take a look at the dynamic popups...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=591&amp;PID=1508&amp;title=combobox-clicked-event#1508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 591<br /><strong>Posted:</strong> 01 April 2004 at 9:17am<br /><br />Take a look at the dynamic popups sample.<br><br>]]>
   </description>
   <pubDate>Thu, 01 Apr 2004 09:17:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=591&amp;PID=1508&amp;title=combobox-clicked-event#1508</guid>
  </item> 
  <item>
   <title><![CDATA[ComboBox Clicked &#069;vent : Hi Brian, Lets say you have a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=591&amp;PID=1507&amp;title=combobox-clicked-event#1507</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=290">Bjarne</a><br /><strong>Subject:</strong> 591<br /><strong>Posted:</strong> 01 April 2004 at 9:14am<br /><br /><P>Hi Brian,</P><P>Lets say you have a ComboBox with the ID of ID_FONTCOMBO, and you want to set the Font of an RTF Text box to the font displayed in the ComboBox</P><P>In the Execute Event og CommandBar you could put the following:</P><P>Private Sub cmdBar_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)<BR>Dim mCombo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As ICommandBarComboBox</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select Case Control.ID<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_FONTCOMBO<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Set mCombo = Control.Parent.FindControl(, Control.ID, , True)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; rtfEdit.SelFontName = mCombo.Text<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End Select<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub<BR><BR>Hope this helps</P><P>Bjarne</P>]]>
   </description>
   <pubDate>Thu, 01 Apr 2004 09:14:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=591&amp;PID=1507&amp;title=combobox-clicked-event#1507</guid>
  </item> 
  <item>
   <title><![CDATA[ComboBox Clicked &#069;vent : Hi,  I have a combobox control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=591&amp;PID=1506&amp;title=combobox-clicked-event#1506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=427">blockwood</a><br /><strong>Subject:</strong> 591<br /><strong>Posted:</strong> 01 April 2004 at 9:03am<br /><br />Hi,<br /><br />I have a combobox control in my command bar.  How can I determine the value selected by the user, what event should I look for.  Any code snippet would be appreciated.<br /><br />thx - Brian]]>
   </description>
   <pubDate>Thu, 01 Apr 2004 09:03:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=591&amp;PID=1506&amp;title=combobox-clicked-event#1506</guid>
  </item> 
 </channel>
</rss>