static extern bool BringWindowToTop(IntPtr hWnd);. [DllImport("user32.dll", SetLastError = true)]. static extern bool ShowWindow(IntPtr hWnd ...
確定! 回上一頁