摘要: 1 void CPEInfoDlg::OnDropFiles(HDROP hDropInfo) 2 { 3 // TODO: Add your message handler code here and/or call default 4 TCHAR tzFileName[255]={0}; 5 int FileCount = DragQueryFile(hDropInfo,0xFFFFFFFF,NULL,0); 6 if (FileCount > 1) 7 { 8 MessageBox("暂时只支持分析一个文件,你传... 阅读全文
posted @ 2012-10-31 23:10 r3call 阅读(1175) 评论(0) 推荐(0) 编辑