hEdit = FindWindowExW(hWnd, hEdit, L"Edit", 0); switch (select_edit) { case 1: return hEdit; case 2: hEdit=GetNextWindow(hEdit,2);
確定! 回上一頁