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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top