Use EnumWindows and enumerate through all the windows, ... private static extern bool EnumWindows(EnumWindowsProc enumProc, IntPtr lParam); // Delegate to ...
確定! 回上一頁