CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    372

    how to get CheckboxGroup index ?

    Hi ,

    I have a CheckboxGroup with 3 Checkboxes.
    what is the way to obtain the selected item index ???

    10x

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    Not sure what you mean. There is no selected item index. A Checkbox is either selected or not selected, true or false. You can query the CheckboxGroup for the selected Checkbox using CheckboxGroup.getSelectedCheckbox().


    already he was up to his shoulders in the heavy mud...
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

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

Featured