本文介绍了将文件从MS-Explorer拖放到MFC CView中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
删除从ms-explorer拖放的文件时,我在COW2AGView :: OnDrop(COleDataObject * pDataObject,DROPEFFECT dropEffect,CPoint point)成员函数中收到一条通知.
现在,如何获取此文件的完整路径和文件名?
Steph
Hi All,
When droping a file draged from ms-explorer, I receive a notification in my COW2AGView::OnDrop(COleDataObject* pDataObject, DROPEFFECT dropEffect, CPoint point) member function, that''s fine.
Now, how do I get this file''s fullpath and filename?
Steph
推荐答案
这篇关于将文件从MS-Explorer拖放到MFC CView中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!