char tempchar[200], stra[200]="file size:"; itoa(dwPosition, tempchar, 10);strcat(stra, tempchar);
AfxMessageBox(stra);
原文轉自:http://www.kjueaiud.com