[DllImport("user32.dll")] public static extern bool IsIconic(IntPtr hwnd); [DllImport("user32.dll")] public static extern bool IsZoomed(IntPtr hwnd);
2023-12-04 11:11:04
[DllImport("user32.dll")] public static extern bool IsIconic(IntPtr hwnd); [DllImport("user32.dll")] public static extern bool IsZoomed(IntPtr hwnd);