Disable Next button in VisualStudio.Net setup project

  • Thread starter Thread starter Assaf
  • Start date Start date
A

Assaf

Hi,

I added to my setup project TextBox dialog control which contains two
textbox.
I want to add the ability to disable the next button until the user
enter some text in the textbox (let's say until the length of the two
textbox greather than zero)

Any ideas how to do it ?


Assaf
 
Hi There

Write a custom validator which disables the button and
get invoked onTextChanged event of the Text Box

-Gopi
 
Back
Top