<?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 : React to input into a EditC&#111;ntrol</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : React to input into a EditC&#111;ntrol]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 15:31:19 +0000</pubDate>
  <lastBuildDate>Sat, 05 Mar 2005 07:21:09 +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=1913</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[React to input into a EditC&#111;ntrol : Thank you very much!  It works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1913&amp;PID=5567&amp;title=react-to-input-into-a-editcontrol#5567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 1913<br /><strong>Posted:</strong> 05 March 2005 at 7:21am<br /><br /><P>Thank you very much! <IMG src="http://forum.codejock.com/smileys/smiley4.gif" border="0"></P><P>It works very well! <IMG src="http://forum.codejock.com/smileys/smiley32.gif" border="0"></P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P>]]>
   </description>
   <pubDate>Sat, 05 Mar 2005 07:21:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1913&amp;PID=5567&amp;title=react-to-input-into-a-editcontrol#5567</guid>
  </item> 
  <item>
   <title><![CDATA[React to input into a EditC&#111;ntrol : When you press the Enter key the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1913&amp;PID=5565&amp;title=react-to-input-into-a-editcontrol#5565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=780">Devin Dazzle</a><br /><strong>Subject:</strong> 1913<br /><strong>Posted:</strong> 05 March 2005 at 6:55am<br /><br /><P>When you press the Enter key the Execut event is fired. You would then be able to get the text doing something like this in the Execute event:</P><P>Dim cBarControl As CommandBarControl<BR>Set cBarControl = CmdBars.FindControl(, CONTROL_ID_OF_EDITCONTROL)<BR>If Not cBarControl Is Nothing Then<BR>&nbsp;&nbsp; MsgBox cBarControl.Text<BR>End If</P><P>Replace CONTROL_ID_OF_EDITCONTROL with the ID of the edit control.</P><P>A simpler way would be to just do the following:</P><P>Private Sub CmdBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)<BR>&nbsp;&nbsp; MsgBox Control.Text<BR>End Sub</P><P>Best Regards<BR>Kim</P><span style="font-size:10px"><br /><br />Edited by Devin Dazzle</span>]]>
   </description>
   <pubDate>Sat, 05 Mar 2005 06:55:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1913&amp;PID=5565&amp;title=react-to-input-into-a-editcontrol#5565</guid>
  </item> 
  <item>
   <title><![CDATA[React to input into a EditC&#111;ntrol : Hello!  I&amp;#039;ve added a EditControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1913&amp;PID=5553&amp;title=react-to-input-into-a-editcontrol#5553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 1913<br /><strong>Posted:</strong> 04 March 2005 at 8:41am<br /><br /><P>Hello! <IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></P><P>I've added a EditControl to my Toolbar. Now I want to read out the text of that control, if you pressed on the Return Key.</P><P>I hope someone can help me... <IMG src="http://forum.codejock.com/smileys/smiley19.gif" border="0"></P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P><P>PS.: Sorry for my bad English. I'm from Germany and I can't speak and write English very well! <IMG src="http://forum.codejock.com/smileys/smiley9.gif" border="0"></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 04 Mar 2005 08:41:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1913&amp;PID=5553&amp;title=react-to-input-into-a-editcontrol#5553</guid>
  </item> 
 </channel>
</rss>