Results 1 to 5 of 5

Thread: [2005] Loop through checkboxes

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    3

    Unhappy [2005] Loop through checkboxes

    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.

    HTML Code:
    Name: [color=blue][size=10]Name: character name[/size][/color]
    World: [color=blue][size=10]World: World[/size][/color]
    character name comes from the chNameTxt.Text from the general tab
    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.
    Last edited by Godko; Apr 10th, 2006 at 03:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width