I am having some difficulty figuring out how to loop through checkbox selections to be placed into a text box.
Design of the form looks like this: http://www.stelth2000inc.com/images/screen.png
Each checkbox I'm looking to have associated with a string.
character name comes from the chNameTxt.Text from the general tabHTML Code:Name: [color=blue][size=10]Name: character name[/size][/color] World: [color=blue][size=10]World: World[/size][/color]
world comes from worldCombo.SelectedText from the general tab
Sex check box will be pulling from either maleRadio or femaleRadio based on which ever is checked.
The user can select all the check boxes if they want or as little as just a single check box.
I've been trying to keep in mind of the user changing selection after clicking the "create signature" button and re-clicking the button for their alterations. So I know I will want to clear the text box prior to each click of the button.
I think I've explained this well enough for some help. If not, let me know.




Reply With Quote