public static extern bool ClientToScreen(HWND hwnd, ref POINT lpPoint);
 public static extern bool ScreenToClient(HWND hwnd, ref POINT lpPoint);