<?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 : Max Length of Input</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Max Length of Input]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 21:45:55 +0000</pubDate>
  <lastBuildDate>Wed, 08 Nov 2006 11:14:31 +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=5400</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[Max Length of Input : Hi farr02  Thanks a lot for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5400&amp;PID=17149&amp;title=max-length-of-input#17149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 5400<br /><strong>Posted:</strong> 08 November 2006 at 11:14am<br /><br />Hi farr02<DIV>&nbsp;</DIV><DIV>Thanks a lot for your reply. I think this doesn't work for ActiveX. But Oleg told me, that MaxLength would be added in 10.4.</DIV><DIV>&nbsp;</DIV><DIV>Thanks, Fabian</DIV>]]>
   </description>
   <pubDate>Wed, 08 Nov 2006 11:14:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5400&amp;PID=17149&amp;title=max-length-of-input#17149</guid>
  </item> 
  <item>
   <title><![CDATA[Max Length of Input : Hello,I had the same problem in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5400&amp;PID=17125&amp;title=max-length-of-input#17125</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 5400<br /><strong>Posted:</strong> 08 November 2006 at 5:35am<br /><br />Hello,<br><br>I had the same problem in the MFC version of property-grid, but I don't know if my solution is suitable for the ActiveX version, too.<br>First I have created a new, CXTPPropertyGridItem-derived class and then I have overridden the OnSelect function as follows:<br><br>void MyGridItem::OnSelect()<br>{<br>&nbsp;&nbsp;&nbsp; CXTPPropertyGridItem::OnSelect();&nbsp; // call base class first<br>&nbsp;&nbsp;&nbsp; if(GetInplaceEdit().GetSafeHwnd())<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; GetInplaceEdit().SetLimitText(20);&nbsp; // limit number of input chars to 20<br>}<br><br>'SetLimitText' is a member of MFC CEdit-class.<br><br>Bye<br>&nbsp;&nbsp; Holger<br><br>]]>
   </description>
   <pubDate>Wed, 08 Nov 2006 05:35:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5400&amp;PID=17125&amp;title=max-length-of-input#17125</guid>
  </item> 
  <item>
   <title><![CDATA[Max Length of Input : Hello  I do not find a property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5400&amp;PID=16932&amp;title=max-length-of-input#16932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 5400<br /><strong>Posted:</strong> 01 November 2006 at 11:10am<br /><br />Hello<DIV>&nbsp;</DIV><DIV>I do not find a property MaxLength to limit the # of characters when editing a string value. Do I miss something?</DIV><DIV>&nbsp;</DIV><DIV>Thanks for a hint</DIV><DIV>Fabian</DIV>]]>
   </description>
   <pubDate>Wed, 01 Nov 2006 11:10:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5400&amp;PID=16932&amp;title=max-length-of-input#16932</guid>
  </item> 
 </channel>
</rss>