TCHAR cPath[MAX_PATH];
CString filePath;
GetModuleFileName( NULL, cPath, MAX_PATH );
filePath = cPath;
filePath = filePath.Left(filePath.ReverseFind('\\'));
AfxMessageBox(filePath); // strPath为你想得到的EXE文件路径
posted on 2008-02-18 16:28 郭天文 阅读(1021) 评论(0) 编辑 收藏 引用 所属分类: Windows Mobile
Powered by: C++博客 Copyright © 郭天文