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('//'))