<?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 : Cannot disabl context menu via EnableContextMenu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Cannot disabl context menu via EnableContextMenu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 18:08:24 +0000</pubDate>
  <lastBuildDate>Fri, 09 Mar 2007 12:33:44 +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=6603</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[Cannot disabl context menu via EnableContextMenu : Thanks a lot. Good that you fixing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6603&amp;PID=21069&amp;title=cannot-disabl-context-menu-via-enablecontextmenu#21069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2448">cjsnewbie</a><br /><strong>Subject:</strong> 6603<br /><strong>Posted:</strong> 09 March 2007 at 12:33pm<br /><br />Thanks a lot. Good that you fixing it for next release. I appreciate your prompt reply.]]>
   </description>
   <pubDate>Fri, 09 Mar 2007 12:33:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6603&amp;PID=21069&amp;title=cannot-disabl-context-menu-via-enablecontextmenu#21069</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot disabl context menu via EnableContextMenu : Hello,  You can override ShowShellContextMenu...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6603&amp;PID=21038&amp;title=cannot-disabl-context-menu-via-enablecontextmenu#21038</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 6603<br /><strong>Posted:</strong> 08 March 2007 at 10:06pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>You can override ShowShellContextMenu in your CXTShellListCtrl derived class to disable the context menu using EnableContextMenu, for example:<BR><BR><table width="99%"><tr><td><pre class="BBcode">class CTest : public CXTShellListCtrl<BR>{</DIV><DIV>protected:<BR></DIV><DIV>&nbsp;&nbsp;&nbsp; virtual void ShowShellContextMenu(CPoint point)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (m_bContextMenu)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTShellListCtrl::ShowShellContextMenu(point);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; }</DIV><DIV>};</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Thanks for bringing this to our attention, we have corrected problem for the next product&nbsp;release.</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>&nbsp;</DIV><DIV>Kirk Stowell</DIV><DIV>Codejock Software</DIV>]]>
   </description>
   <pubDate>Thu, 08 Mar 2007 22:06:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6603&amp;PID=21038&amp;title=cannot-disabl-context-menu-via-enablecontextmenu#21038</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot disabl context menu via EnableContextMenu : Hi,I have one list class that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6603&amp;PID=21036&amp;title=cannot-disabl-context-menu-via-enablecontextmenu#21036</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2448">cjsnewbie</a><br /><strong>Subject:</strong> 6603<br /><strong>Posted:</strong> 08 March 2007 at 7:17pm<br /><br />Hi,<br>I have one list class that is derived from CXTShellListCtrl. After creating object of this new class, I call EnableContextMenu with argument FALSE. But it's not disabling shell menu?<br><br>For exa:<br><br>Class Test : public CXTShellListCtrl<br>{<br>};<br><br>in some other function:<br><br>Test t;<br>t.EnableContextMenu(FALSE);<br><br>But it is not disabling ContextMenus. What's wrong? Instead it calles void CXTShellListBase::ShowShellContextMenu(CPoint point)....<br><br>How do I disable context menu?<br><br><br><br>]]>
   </description>
   <pubDate>Thu, 08 Mar 2007 19:17:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6603&amp;PID=21036&amp;title=cannot-disabl-context-menu-via-enablecontextmenu#21036</guid>
  </item> 
 </channel>
</rss>