private const int SW_SHOWDEFAULT = 10;; //設定視窗為前景; private static extern bool SetForegroundWindow(IntPtr hWnd);; //判斷視窗是否為最小化 ...
確定! 回上一頁