摘要: 属性Accept Files 设置True,消息WM_DROPFILES 设置事件OnDropFiles void CNWiReworkDlg::OnDropFiles(HDROP hDropInfo) { // TODO: 在此添加消息处理程序代码和/或调用默认值 LPTSTR pFilePath 阅读全文
posted @ 2017-09-11 16:53 ike_li 阅读(373) 评论(0) 推荐(0)
摘要: 将控件的属性AllowDrop设置为true,然后添加DragDrop、DragEnter时间处理函数 阅读全文
posted @ 2017-09-11 16:24 ike_li 阅读(546) 评论(0) 推荐(0)