Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > How can i add one check box and 2 textbox in one user interface dialog ?
 

How can i add one check box and 2 textbox in one user interface dialog ?

Hi,

I would like to have a customize user interface within with my window installer.
This user interface will have one checkbox which will display or grey 2 textbox depending of the checkbox values.
Is it possible to do that ? I did not find a template to do such user interfaces with user interface editor.

Thanks,
Godeffroy  Saturday, September 05, 2009 9:00 AM

Hi,


Yes, it's possible.

The following article is tell about how to create a custom dialog.

Create custom dialogs for use in your Visual Studio Setup projects

http://www.codeproject.com/KB/install/vsSetupCustomDialogs.aspx

If you have anything unclear, please feel free to tell me.

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Saturday, September 12, 2009 8:51 AM

Hi,


Yes, it's possible.

The following article is tell about how to create a custom dialog.

Create custom dialogs for use in your Visual Studio Setup projects

http://www.codeproject.com/KB/install/vsSetupCustomDialogs.aspx

If you have anything unclear, please feel free to tell me.

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Saturday, September 12, 2009 8:51 AM

You can use google to search for other answers

Custom Search

More Threads

• Installation Incomplete error - VS Setup Projects
• How to Add Assembly file?
• msi not found during clickonce installation
• Tracking ClickOnce User Updates
• how to use icon on desktop instead of folder?
• Setup/deployment project - conditional installation of shortcuts
• MSI - new install vs update
• Visual Studio Deployment Sadness :( - upgrades and Custom Actions for the UI
• Setup Projects and Services
• Deploy a SQL Server Compact 3.5 Database with an Application issue