TCHAR buffer[MAX_PATH];;
GetModuleFileName(NULL,buffer,MAX_PATH);
strProfilePath=CString(buffer);
strProfilePath=strProfilePath.Left(strProfilePath.ReverseFind('//'))
TCHAR buffer[MAX_PATH];;
GetModuleFileName(NULL,buffer,MAX_PATH);
strProfilePath=CString(buffer);
strProfilePath=strProfilePath.Left(strProfilePath.ReverseFind('//'))
610
2万+

被折叠的 条评论
为什么被折叠?