<?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 : implementing key down/press for child item in</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : implementing key down/press for child item in]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 14:31:50 +0000</pubDate>
  <lastBuildDate>Tue, 13 May 2008 07:20:28 +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=10601</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[implementing key down/press for child item in : Hi,  You can use the KeyUp event:  Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10601&amp;PID=35153&amp;title=implementing-key-down-press-for-child-item-in#35153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10601<br /><strong>Posted:</strong> 13 May 2008 at 7:20am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can use the KeyUp event:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub wndPropertyGrid_KeyUp(KeyCode As Integer, Shift As Integer)<BR>&nbsp;&nbsp;&nbsp;&nbsp;If Shift = 1 And KeyCode = 188 Then Form.Show</DIV><DIV>End Sub<BR></DIV><DIV><strong>Note: When an editable propertygrid item is selected the Shift + Key will enter the char into the edit portion.</strong></DIV>]]>
   </description>
   <pubDate>Tue, 13 May 2008 07:20:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10601&amp;PID=35153&amp;title=implementing-key-down-press-for-child-item-in#35153</guid>
  </item> 
  <item>
   <title><![CDATA[implementing key down/press for child item in : Hi ! Thanks !I need to give a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10601&amp;PID=35152&amp;title=implementing-key-down-press-for-child-item-in#35152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3858">BoboP</a><br /><strong>Subject:</strong> 10601<br /><strong>Posted:</strong> 13 May 2008 at 6:29am<br /><br />Hi ! Thanks !<br><br>I need to give a dialogbox to user whenever he presses shift+&lt; in any of child item.<br>That is checking combination keys.<br><br>Could you suggest way to do that<br><br>Thanks,<br>Bobo<br><br>]]>
   </description>
   <pubDate>Tue, 13 May 2008 06:29:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10601&amp;PID=35152&amp;title=implementing-key-down-press-for-child-item-in#35152</guid>
  </item> 
  <item>
   <title><![CDATA[implementing key down/press for child item in : Hi, You are not the only one... see:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10601&amp;PID=35135&amp;title=implementing-key-down-press-for-child-item-in#35135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10601<br /><strong>Posted:</strong> 12 May 2008 at 12:44pm<br /><br /><P>Hi,</P><P>You are not the only one...</P><P>see: </P><DIV><a href="http://forum.codejock.com/forum_posts.asp?TID=10556" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=10556</A></DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/forum_posts.asp?TID=10088" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=10088</A></DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/forum_posts.asp?TID=9944" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=9944</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 12 May 2008 12:44:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10601&amp;PID=35135&amp;title=implementing-key-down-press-for-child-item-in#35135</guid>
  </item> 
  <item>
   <title><![CDATA[implementing key down/press for child item in :     Hi !!I need to implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10601&amp;PID=35125&amp;title=implementing-key-down-press-for-child-item-in#35125</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3858">BoboP</a><br /><strong>Subject:</strong> 10601<br /><strong>Posted:</strong> 12 May 2008 at 8:49am<br /><br />   Hi !!<br><br>I need to implement key down /key press event foreach&nbsp; child items in category of propertygrid And implement validationsfor character / numeric data etc<br><br>Does anyone know how to do this ? I am very naive in using property grid.<br><br>Will appreciate any suggestion regarding this <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br>Thanks In advance,<br>Bobo]]>
   </description>
   <pubDate>Mon, 12 May 2008 08:49:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10601&amp;PID=35125&amp;title=implementing-key-down-press-for-child-item-in#35125</guid>
  </item> 
 </channel>
</rss>