When trying to validate controls on a windows form I realise the .validated() for each controls fires when the focus is lost. Instead I’d like to validate only when the button is pressed at the bottom, how would I do this?
When trying to validate controls on a windows form I realise the .validated() for
Share
you can check all the validation condition in
Button_Click