programing/MFC10 이미지 불러오기 CImageImg;Img.Load(szPath);CBitmap*pbitmap = new CBitmap;pbitmap->Attach(Img.Detach());Img.ReleaseDC(); -> Detach 하면서 Release 됨 2014. 7. 30. 현재 경로 갖고 오기 및 전체 경로에서 상대 경로 바꾸기 #include "Shlwapi.h" TCHAR szFullPath[256] = L""; // 전체 경로 TCHAR szRelativePath[256] = L""; // 상대 경로 TCHAR szDirectoryPath[256] = L""; // 디렉토리 경로 lstrcpy(szDirectoryPath, szFullPath); GetCurrentDirectory(sizeof(szDirectoryPath), szDirectoryPath); // 현재 경로 GetCurrentProcessPathW(LPWSTR lpPath,int nPathLength); PathRelativePathTo(szRelativePath , szDirectoryPath , FILE_ATTRIBUTE_DIRECTORY , szFull.. 2014. 7. 30. 이전 1 2 3 다음