C
Carl Gilbert
Hi
I was looking to validate a windows form with numerous text boxes.
I have tried using the ErrorProvider and the validaing event of each textbox
but I want to find a way to enable a button once all components on the form
satisfy a valid state.
From what I can gather, the ErrorProvider is not fired until focus moves off
the component.
Therefore, the button would be enable on form load as no components are
invalid.
Regards, Carl.
I was looking to validate a windows form with numerous text boxes.
I have tried using the ErrorProvider and the validaing event of each textbox
but I want to find a way to enable a button once all components on the form
satisfy a valid state.
From what I can gather, the ErrorProvider is not fired until focus moves off
the component.
Therefore, the button would be enable on form load as no components are
invalid.
Regards, Carl.