<?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 : Problem in setting text in a Edit control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Problem in setting text in a Edit control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 08:54:08 +0000</pubDate>
  <lastBuildDate>Fri, 05 Sep 2008 23:34:16 +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=11491</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[Problem in setting text in a Edit control : Hello Stefan, I too didnt got...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11491&amp;PID=40741&amp;title=problem-in-setting-text-in-a-edit-control#40741</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11491<br /><strong>Posted:</strong> 05 September 2008 at 11:34pm<br /><br /><P>Hello Stefan,</P><P>I too didnt got the proper solution from them.They said there is no such event handler to handle OnKeyDown() event of edit box.</P><P>But they have handled it,in one of their samples-Samples\CommandBars\CustomThemes</P><DIV>Here in this sample you will find a edit box at the bottom of the window,for which they have handled keydown event.</DIV><DIV>&nbsp;</DIV><DIV>It is not exactly the keydown event. We cant check which key is pressed in this event handler.This keydown event is getting fired only when enter key is down. They have handled something ON_XTP_EXECUTE() event for it. Check it if it helps u.</DIV><DIV>It u get anything to check the keys in this event handler,please let me know,because i need to check which key is pressed.</DIV><DIV>&nbsp;</DIV><DIV>Thanks And Regards,</DIV><DIV>Vijay.</DIV>]]>
   </description>
   <pubDate>Fri, 05 Sep 2008 23:34:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11491&amp;PID=40741&amp;title=problem-in-setting-text-in-a-edit-control#40741</guid>
  </item> 
  <item>
   <title><![CDATA[Problem in setting text in a Edit control : Hi Vijay,did you receive the solution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11491&amp;PID=40718&amp;title=problem-in-setting-text-in-a-edit-control#40718</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3079">Osiris</a><br /><strong>Subject:</strong> 11491<br /><strong>Posted:</strong> 04 September 2008 at 1:15pm<br /><br />Hi Vijay,<br><br>did you receive the solution for the OnKeyDown() of the ribbons edit control problem?<br><br>If so, it would be great if you could give me a tip on how to do it.<br><br>Thanks<br>Stefan<br>]]>
   </description>
   <pubDate>Thu, 04 Sep 2008 13:15:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11491&amp;PID=40718&amp;title=problem-in-setting-text-in-a-edit-control#40718</guid>
  </item> 
  <item>
   <title><![CDATA[Problem in setting text in a Edit control : Hi, Please send request to support@codejock.com...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11491&amp;PID=38605&amp;title=problem-in-setting-text-in-a-edit-control#38605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11491<br /><strong>Posted:</strong> 21 July 2008 at 4:06am<br /><br />Hi,<DIV>Please send request to <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A> I will attach solution.</DIV>]]>
   </description>
   <pubDate>Mon, 21 Jul 2008 04:06:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11491&amp;PID=38605&amp;title=problem-in-setting-text-in-a-edit-control#38605</guid>
  </item> 
  <item>
   <title><![CDATA[Problem in setting text in a Edit control : Hello, I created one edit control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11491&amp;PID=38571&amp;title=problem-in-setting-text-in-a-edit-control#38571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11491<br /><strong>Posted:</strong> 19 July 2008 at 12:27am<br /><br />Hello,<DIV>I created one edit control on a ribbon bar using CXTPControlEdit class .</DIV><DIV>When i tried to put limit on the text to be written in it,i didnt found any function for that.</DIV><DIV>&nbsp;</DIV><DIV>in mfc we have SetLimitText() function to limit the text width in the control.</DIV><DIV>Here in toolkit library,i didnt find any function serving the same purpose.</DIV><DIV>&nbsp;</DIV><DIV>I tried using SetLabelWidth(),but it didnt worked.</DIV><DIV>&nbsp;</DIV><DIV>Please guide me for this problem.</DIV><DIV>&nbsp;</DIV><DIV>Also i have given one querry for OnKeyDown() and OnKeyUp() messages of edit control,that also is not answered yet. Please give some possible solution atleast.</DIV><DIV>&nbsp;</DIV><DIV>Thanks And Regards,</DIV><DIV>Vijay.</DIV>]]>
   </description>
   <pubDate>Sat, 19 Jul 2008 00:27:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11491&amp;PID=38571&amp;title=problem-in-setting-text-in-a-edit-control#38571</guid>
  </item> 
 </channel>
</rss>