<?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 : Context menu in property grid</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Context menu in property grid]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 01:27:25 +0000</pubDate>
  <lastBuildDate>Tue, 21 Apr 2009 08:33:46 +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=11533</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[Context menu in property grid : hi, dennisV and mgampi  im a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11533&amp;PID=48185&amp;title=context-menu-in-property-grid#48185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5163">zanget</a><br /><strong>Subject:</strong> 11533<br /><strong>Posted:</strong> 21 April 2009 at 8:33am<br /><br /><DIV>hi, <a href="https://forum.codejock.com/member_profile.asp?PF=760&amp;FID=112" target="_blank"><strong><FONT color=#000000>dennisV</FONT></strong></A>&nbsp; and&nbsp; <a href="https://forum.codejock.com/member_profile.asp?PF=109&amp;FID=112" target="_blank"><strong><FONT color=#000000>mgampi</FONT></strong></A> </DIV><DIV>im a new for codejock,i had a problem on overwrite&nbsp; this functions:</DIV><DIV>this is my code:</DIV><DIV>&nbsp;</DIV><DIV>class CCustomItemzPWDChilds : public CXTPPropertyGridItem<BR>{<BR>&nbsp; public:<BR>&nbsp;CCustomItemzPWDChilds(CString strCaption,CString * editText,int Maxlen) : CXTPPropertyGridItem(strCaption), m_wndEdit(editText,Maxlen)<BR>&nbsp;{<BR>&nbsp;&nbsp;if(editText)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;CString tmp = *editText;<BR>&nbsp;&nbsp;&nbsp;BindToString(editText);<BR>&nbsp;&nbsp;&nbsp;*editText = tmp;<BR>&nbsp;&nbsp;}<BR>&nbsp;}</DIV><P>&nbsp; protected:<BR>&nbsp;virtual CXTPPropertyGridInplaceEdit &amp; GetInplaceEdit()<BR>&nbsp;{<BR>&nbsp;&nbsp;return m_wndEdit;<BR>&nbsp;}<BR>&nbsp;virtual void OnRButtonDown(UINT, CPoint) {}&nbsp;&nbsp;/*NO right mouse key menu*/<BR>&nbsp; private:<BR>&nbsp;CInplacePwd m_wndEdit;<BR>};</P><DIV></DIV><DIV></DIV><DIV>but the edit box also had a menu,i just need to disable the menu....</DIV><DIV>i dont know why and how to do so.</DIV><DIV>wait for you replay...</DIV>]]>
   </description>
   <pubDate>Tue, 21 Apr 2009 08:33:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11533&amp;PID=48185&amp;title=context-menu-in-property-grid#48185</guid>
  </item> 
  <item>
   <title><![CDATA[Context menu in property grid :    mgampi wrote:Hi;Just overwrite...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11533&amp;PID=38689&amp;title=context-menu-in-property-grid#38689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=760">dennisV</a><br /><strong>Subject:</strong> 11533<br /><strong>Posted:</strong> 22 July 2008 at 8:40am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mgampi" alt="Originally posted by mgampi" style="vertical-align: text-bottom;" /> <strong>mgampi wrote:</strong><br /><br />Hi;<br><br>Just overwrite the CXTPPropertyGridItem::OnRButtonDown(UINT nFlags, CPoint point);<br>It's a virtual function and can be used to show a popup menu.<br></td></tr></table><br>Thank you! Will do that.<br>]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 08:40:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11533&amp;PID=38689&amp;title=context-menu-in-property-grid#38689</guid>
  </item> 
  <item>
   <title><![CDATA[Context menu in property grid : Hi;Just overwrite the CXTPProp...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11533&amp;PID=38682&amp;title=context-menu-in-property-grid#38682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 11533<br /><strong>Posted:</strong> 22 July 2008 at 7:39am<br /><br />Hi;<br><br>Just overwrite the CXTPPropertyGridItem::OnRButtonDown(UINT nFlags, CPoint point);<br>It's a virtual function and can be used to show a popup menu.<br>]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 07:39:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11533&amp;PID=38682&amp;title=context-menu-in-property-grid#38682</guid>
  </item> 
  <item>
   <title><![CDATA[Context menu in property grid : Hi!Is it possible to have a context...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11533&amp;PID=38680&amp;title=context-menu-in-property-grid#38680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=760">dennisV</a><br /><strong>Subject:</strong> 11533<br /><strong>Posted:</strong> 22 July 2008 at 6:55am<br /><br />Hi!<br><br>Is it possible to have a context (RMB) menu in a property grid item?<br><br>Thanks!<br><br>&nbsp;&nbsp; Dennis<br>]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 06:55:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11533&amp;PID=38680&amp;title=context-menu-in-property-grid#38680</guid>
  </item> 
 </channel>
</rss>