Article ID: 148738 - Last Review: September 1, 2005 - Revision: 5.0 MFCDRAG shows how to implement drag and drop between a CListCtrl and CTreeCtrlThis article was previously published under Q148738 SUMMARY MFCDRAG shows how to implement drag and drop between a
CListCtrl and CTreeCtrl. The program creates a splitter window containing four
panes. Two panes contain CListCtrls and the other two contain CTreeCtrls. You
can drag an item from any window to another. For example, dragging can occur
between the following panes:
CListCtrl to CTreeCtrl Code marked with the comment "Added 7/29/96" was added to support
a change in the CreateDragImage function in MFC 4.2. The CImageList pointer
returned from CreateDragImage must now be explicitly deleted. If you are using
a version of MFC prior to 4.2, please comment this code out.CListCtrl to CListCtrl CTreeCtrl to CListCtrl CTreeCtrl to CTreeCtrl The following files are available for download from the Microsoft Download Center: Visual C++ 6.0Collapse this image ![]() 119591
(http://support.microsoft.com/kb/119591/
)
How to obtain Microsoft support files from online services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
Visual C++ .NETCollapse this image ![]() For more information about how to download Microsoft support files, click the following article number to view the article in the Microsoft Knowledge Base: 119591
(http://support.microsoft.com/kb/119591/
)
How to obtain Microsoft support files from online services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
Note Use the -d option when running MFCDRAG.EXE to
decompress the file and recreate the proper directory structure. APPLIES TO
| Article Translations
|

Back to the top
