VS 不同控件间拖拽功能的实现

时间:2016-12-05 09:10:25
【文件属性】:
文件名称:VS 不同控件间拖拽功能的实现
文件大小:144KB
文件格式:ZIP
更新时间:2016-12-05 09:10:25
拖拽 本例实现的是从树形控件向编辑框控件的拖拽功能,稍加改动即可实现不同控件之间的拖拽(数据传递)。本例开发环境是VS2010。
【文件预览】:
DragTest
----DragTest()
--------OleDropTargetEx.cpp(4KB)
--------resource.h(2KB)
--------DragTest.vcxproj.user(143B)
--------DragTest.aps(103KB)
--------OleDropTargetEx.h(3KB)
--------DragTestDlg.h(783B)
--------DragTest.vcxproj.filters(3KB)
--------DragTest.idc(1KB)
--------stdafx.h(2KB)
--------DropEdit.cpp(3KB)
--------ReadMe.txt(5KB)
--------DropTree.cpp(3KB)
--------res()
--------DragTest.cpp(2KB)
--------stdafx.cpp(210B)
--------DragTest.rc(11KB)
--------DragTestDlg.cpp(4KB)
--------DropTree.h(1KB)
--------DragTest.vcxproj(6KB)
--------DragTest.h(517B)
--------DropEdit.h(1KB)
--------targetver.h(314B)
----DragTest.suo(19KB)
----DragTest.sln(891B)

网友评论

  • 谢谢楼主资源,非常感谢分享。
  • VC++ 可以运行,MFC树拖出
  • 东西不错,很值得借鉴。
  • 资料挺好,可以运行