Process.GetProcessById(process. Id).MainWindowHandle; if (!hWnd.Equals(IntPtr.Zero)) { if (IsIconic(hWnd)) { ShowWindow(hWnd, SW_RESTORE); }
確定! 回上一頁