I have a dialog with one textbox that the user must enter some specified text to continue the installation.
I want the NEXT button of the dialog to be disabled at first and then enabled when the text box is set to some specified text.
How do I achieve that?
I'm confused about the eventing system in ...