<?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 : CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 15:39:05 +0000</pubDate>
  <lastBuildDate>Thu, 09 Mar 2006 15:39:41 +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=3734</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[CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu : Hello, Anyway it is Microsoft...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11344&amp;title=cxttreectrl-oncontextmenu#11344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3734<br /><strong>Posted:</strong> 09 March 2006 at 3:39pm<br /><br /><P>Hello,</P><P>Anyway it is Microsoft related.. You can see same problem using standard CTreeCtrl.</P>]]>
   </description>
   <pubDate>Thu, 09 Mar 2006 15:39:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11344&amp;title=cxttreectrl-oncontextmenu#11344</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu : Hello,  i use the old OnRButtonDown...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11339&amp;title=cxttreectrl-oncontextmenu#11339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 3734<br /><strong>Posted:</strong> 09 March 2006 at 11:15am<br /><br />Hello,<br><br>i use the old OnRButtonDown function, and it work correct.<br><br>Jimmy<br><br>]]>
   </description>
   <pubDate>Thu, 09 Mar 2006 11:15:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11339&amp;title=cxttreectrl-oncontextmenu#11339</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu : Hello,  i see. In 9.81 there...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11336&amp;title=cxttreectrl-oncontextmenu#11336</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 3734<br /><strong>Posted:</strong> 09 March 2006 at 10:33am<br /><br />Hello,<br><br>i see. In 9.81 there are changes in <br>void CXTTreeBase::OnRButtonDown(UINT /*nFlags*/, CPoint point)<br>{<br>....<br>&nbsp;&nbsp;&nbsp; // get the owner of the tree control.<br>&nbsp;&nbsp;&nbsp; //HWND hWnd = m_pTreeCtrl-&gt;GetOwner()-&gt;m_hWnd;<br><br>&nbsp;&nbsp;&nbsp; //if (::IsWindow(hWnd))<br>&nbsp;&nbsp;&nbsp; //{<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // construct a NMHDR struct...<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //NMHDR mHDR;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //mHDR.hwndFrom = m_pTreeCtrl-&gt;m_hWnd;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //mHDR.code = NM_RCLICK;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //mHDR.idFrom = m_pTreeCtrl-&gt;GetDlgCtrlID();<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // and send a WM_NOTIFY message to our owner.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //SendNotify(&amp;mHDR);<br>&nbsp;&nbsp;&nbsp; //}<br><br>was now comment out.<br>Why ?????<br><br>]]>
   </description>
   <pubDate>Thu, 09 Mar 2006 10:33:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11336&amp;title=cxttreectrl-oncontextmenu#11336</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu :  Why it is a ms problem ? With...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11335&amp;title=cxttreectrl-oncontextmenu#11335</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 3734<br /><strong>Posted:</strong> 09 March 2006 at 10:17am<br /><br />Why it is a ms problem ?<br>With CodeJock 9.60 it work correct.<br>But not with 9.81.<br>We use VS 2003<br><br>&nbsp;&nbsp;&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Thu, 09 Mar 2006 10:17:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11335&amp;title=cxttreectrl-oncontextmenu#11335</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu : Microsoft confirmed that it is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11333&amp;title=cxttreectrl-oncontextmenu#11333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3734<br /><strong>Posted:</strong> 09 March 2006 at 10:12am<br /><br /><P>Microsoft confirmed that it is bug of TreeCtrl.</P><P>see solution in:</P><P><A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;222905" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;2229 05</A></P>]]>
   </description>
   <pubDate>Thu, 09 Mar 2006 10:12:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11333&amp;title=cxttreectrl-oncontextmenu#11333</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu : Hello,  No answer or solution...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11330&amp;title=cxttreectrl-oncontextmenu#11330</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 3734<br /><strong>Posted:</strong> 09 March 2006 at 7:32am<br /><br />Hello,<br><br>No answer or solution from 'Admin Group' ?<br><br>&nbsp;&nbsp;&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Thu, 09 Mar 2006 07:32:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11330&amp;title=cxttreectrl-oncontextmenu#11330</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTreeCtrl &amp; &#079;nC&#111;ntextMenu : Hello,  Now i changed from 9.60...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11284&amp;title=cxttreectrl-oncontextmenu#11284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 3734<br /><strong>Posted:</strong> 06 March 2006 at 8:52am<br /><br />Hello,<br><br>Now i changed from 9.60 to 9.81.<br>But now OnContextMenu with CXTTreeCtrl doesn't work.<br><br>class CMyTreeCtrl: public CXTTreeCtrl<br>{<br>&nbsp;&nbsp;&nbsp; DECLARE_MESSAGE_MAP()<br>&nbsp;&nbsp;&nbsp; afx_msg void OnContextMenu(CWnd* /*pWnd*/, CPoint /*point*/);<br>}<br><br>BEGIN_MESSAGE_MAP(CMyTreeCtrl, CXTTreeCtrl)<br>&nbsp;&nbsp;&nbsp; ON_WM_CONTEXTMENU()<br>END_MESSAGE_MAP()<br><br>void CMyTreeCtrl::OnContextMenu(CWnd* /*pWnd*/, CPoint /*point*/)<br>{<br>&nbsp;&nbsp;&nbsp; ...<br>show menu<br>...<br>}<br><br>Any solution ???<br><br>&nbsp;&nbsp;&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Mon, 06 Mar 2006 08:52:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3734&amp;PID=11284&amp;title=cxttreectrl-oncontextmenu#11284</guid>
  </item> 
 </channel>
</rss>