<?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 : drag and drop</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : drag and drop]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:59:42 +0000</pubDate>
  <lastBuildDate>Tue, 14 Nov 2006 08:51: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=5514</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[drag and drop : All of my controls derive directly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5514&amp;PID=17292&amp;title=drag-and-drop#17292</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2461">ContactGT</a><br /><strong>Subject:</strong> 5514<br /><strong>Posted:</strong> 14 November 2006 at 8:51am<br /><br /><P>All of my controls derive directly from the MFC classes:-</P><DIV>Both of my tree controls derive from CTreeCtrl and both of my list controls derive from CListCtrl.</DIV>]]>
   </description>
   <pubDate>Tue, 14 Nov 2006 08:51:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5514&amp;PID=17292&amp;title=drag-and-drop#17292</guid>
  </item> 
  <item>
   <title><![CDATA[drag and drop : Hi, If you use CXTTreeCtrl try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5514&amp;PID=17289&amp;title=drag-and-drop#17289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5514<br /><strong>Posted:</strong> 14 November 2006 at 7:48am<br /><br />Hi,<DIV>If you use CXTTreeCtrl&nbsp; try to change it to standard CTreeCtrl.</DIV>]]>
   </description>
   <pubDate>Tue, 14 Nov 2006 07:48:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5514&amp;PID=17289&amp;title=drag-and-drop#17289</guid>
  </item> 
  <item>
   <title><![CDATA[drag and drop : I don&amp;#039;t know if this is an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5514&amp;PID=17286&amp;title=drag-and-drop#17286</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2461">ContactGT</a><br /><strong>Subject:</strong> 5514<br /><strong>Posted:</strong> 14 November 2006 at 7:29am<br /><br /><P>I don't know if this is an MFC problem, or a ToolkitPro problem...</P><P>I'm trying to get drag and drop working between CXTPDockingPanes in my application. I have 4 panes:</P><P>Pane 1 has a CXTPTabControl with a CTreeCtrl derived class on each tab<BR>Pane 2 has a CXTPTabControl with a CListCtrl derived class on each tab<BR>Pane 3 contains just a CTreeCtrl derived class<BR>Pane 4 containg just a CListCtrl derived class</P><P>I have added ON_NOTIFY_REFLECT(TVN_BEGINDRAG, OnTvnBegindrag) to my two CTreeView classes and ON_NOTIFY_REFLECT(LVN_BEGINDRAG, OnLvnBegindrag) to my two CListView classes, but only pane 1, 2 and 4 respond! The pane containing my CTreeCtrl class doesn't hit the OnLvnBeginDrag method.</P><P>Question 1 - any idea why the pane containing just a CTreeCtrl class doesn't respond to a drag?</P><P>In the 3 classes where the drag works, I create a COleDataSource and populate it, then call DROPEFFECT dropeffect = OleDataSource.DoDragDrop(DROPEFFECT_MOVE, NULL);.&nbsp; I have added OnDragEnter, OnDragOver and OnDrop methods on my 4 CTreeCtrl and CListCtrl classes, but none of them are hit.</P><P>Question 2 - any idea why none of the pane contents are hitting their OnDragEnter, OnDragOver and OnDrop methods?</P><DIV></DIV>]]>
   </description>
   <pubDate>Tue, 14 Nov 2006 07:29:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5514&amp;PID=17286&amp;title=drag-and-drop#17286</guid>
  </item> 
 </channel>
</rss>