Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working in C# Windows application
i want to save some configuration file while installation
so i added 3 radio button dialog box in my user-interface
and also added custom action.
but i don't know how to get the which check-box checked in the user-interface screen.
how to get the which radio button checked..!
Posted
Updated 29-Apr-13 20:05pm
v2
Comments
Amol_B 29-Apr-13 8:06am    
does this screen is displayed while you install application?
You can add custom dialog screen instead

You have to check the status IsChecked for each eachbox separately
OR
if wpf, you can use databindings and set its mode to twoway and get value from the bounded property
 
Share this answer
 
Hi,
1. rightclick on setup wizard
2. go to view of your wizard.(file system,custom action, user interface) like that.
3. choose the user interface,
4. then select start on displayed page of user interface
5. rightclick on start
6. add dialog
7.there is a option to add user interface control like that.u can also add checkbox, radio button, rtf file, readme file, agree file.are done in here.

i hope my point are helping to you...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900