BOOL EnableWindow( HWND hWnd,BOOL bEnable);ParametershWnd[in] Handle to the window to be enabled or disabled.bEnable[in] Specifies whether to enable or disable the window. If this parameter is TRUE, the window is enabled. If the parameter is FALSE, the window is disabled.