Dynamically validating text in a text box
Posted: Fri Jul 20, 2007 2:55 pm
I have a text box that requires the user to enter in some text (product key). This text is validated with a dll function after the user presses the next button. If invalid, I display a message box and loop back to this dialog. If valid, I go to the next dialog.
Would it be possible to dynamically (as the user changes the text in the edit box) enable/disable the next button so it is disabled until the correct text is entered?
Thanks in advance
Would it be possible to dynamically (as the user changes the text in the edit box) enable/disable the next button so it is disabled until the correct text is entered?
Thanks in advance