摘要:
void CFileTestDlg::OnBnClickedButton4() { // TODO: Add your control notification handler code here CString strFolderPath("D:\\test"); if (PathIsDirectory(strFolderPath)) { MessageBox(_T(... 阅读全文
posted @ 2017-05-12 14:20
Henry2017
阅读(174)
评论(0)
推荐(0)
摘要:
void CFileTestDlg::OnBnClickedButton3() { // TODO: Add your control notification handler code here CFileDialog dlg(TRUE,NULL,NULL,NULL,NULL); if(dlg.DoModal()==IDOK)// { CString str,str1; str... 阅读全文
posted @ 2017-05-12 14:19
Henry2017
阅读(253)
评论(0)
推荐(0)

浙公网安备 33010602011771号