I am trying to cancel Close form option for the user. For example when user clicks on “X” close the form I want the to give user Message that the form can not be closed
and keep it open. I tried to catch Form.Closing event and I inputted message there but I am not sure how to force it stay open.

Can you please help

Thanks