public static extern BOOL EnableWindow( HWND hWnd, BOOL bEnable );
public static extern BOOL InvalidateRect( HWND hWnd, IntPtr lpRect, BOOL bErase );