用VC读写dmp图片
BOOL CCh1_1::OnOpenDocument(LPCTSTR lpszPathName) { CFile file; CFileException fe; if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe)) // { ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC); } return FALSE; DeleteContent(); BeginWaitCurso
下载地址
用户评论
不是我想要的东西,不过谢谢楼主分享