Hi - I've just started using vb.net from vb6 - I have a form with a text box which I am not letting the user exit from unless a valid value is entered (By using the Validating event and having the CausesValidation property on all all other controls = true). However, I want the user to be able to exit the form by clicking the X in the top right, even if an invalid value is in the textbox. I tried setting CausesValidation to false against the form (As per VB6), but this does not appear to work. Any ideas?
Thanks
Bloobird
Thanks
Bloobird