static extern IntPtr MonitorFromWindow(IntPtr hwnd, uint dwFlags);
IntPtr handle = MonitorFromWindow(GetDesktopWindow(), MONITOR_DEFAULTTONEAREST);