1 void CFile_DemoDlg::OnDropFiles(HDROP hDropInfo) 2 { 3 // TODO: 在此添加消息处理程序代码和/或调用默认值 4 5 CDialogEx::OnDropFiles(hDropInfo); 6 }
谢谢.