cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jstuardo
Level 4

How to validate an edit field in a custom dialog

Hello all...

I have created a custom dialog with 2 text fields in it. I need that the Next button will be disabled until something is written in both fields.

I could disable the button in the InstallScript code, but I don't know how to control textbox events so that I can enable the button.

This is an InstallScript MSI project.

Any help will be greatly appreciated,

Thanks
Jaime
Labels (1)
0 Kudos
(2) Replies
Not applicable

Please refer to dailogs source of SdCustomerInformationEx.
0 Kudos
jstuardo
Level 4

Kevin.Wan wrote:
Please refer to dailogs source of SdCustomerInformationEx.


Thanks Kevin! it worked!
0 Kudos