HWND hwnd=FindWindow("Chrome_WidgetWin_1",0);hwnd=GetParent(hwnd); // 父窗口ShowWindow(hwnd,SW_RESTORE);MoveWindow(hwnd, 44, 44, 750, 500, 1);