About files
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
POSITION pos = pcList->GetFirstSelectedItemPosition();
if(!pos)
return;
GetCurrentDirectory(_MAX_PATH,szPath);
if(!GetDirectory(this->m_hWnd, szPath,szPath))
return;
BeginWaitCursor();
while(pos)
{
strcpy(szTmpPath,szPath);
nIdxSelLst = pcList->GetNextSelectedItem(pos);
pcList->GetItemText(nIdxSelLst,1,szBuff,32);
nIdxSelLst = atol(szBuff);
|
ı couldn't undesrtood that. I am new at c++, please explain with detailed answer
If you are new at c++ then do some beginners stuff.This is not for new starters
I'm not so new, this is important for me
Topic archived. No new replies allowed.