static extern bool GetClientRect(IntPtr hWnd, ref RECT Rect);
static extern bool GetWindowRect(IntPtr hWnd, ref RECT Rect);