You might be better to use ShowWindow(HWND hwnd) function instead of SetFocus() function. Just do like this. ShowWindow(hWndA, SW_HIDE);
確定! 回上一頁