while(pWnd) { //Do Something ex:SetWindowText pWnd->SetWindowText("XXXXX"); pWnd=pWnd->GetNextWindow(GW_HWNDNEXT);//取下一個
確定! 回上一頁