public static extern bool AdjustWindowRectEx(ref WRect lpRect, uint dwStyle, bool bMenu, uint dwExStyle);
public static extern bool GetClientRect(IntPtr hWnd, out WRect lpRect);