I have two text boxes (txt1, txt2) and an exit button (btnExit)
In txt1.Leave event; i have some validations. If validation fails then I keep the fous on txt1.
If btnExit is clicked then I do not want to execute the validation and instead close the application.. How do I do it?