Question

When should you use each of the following controls: ListBox, CheckBox, RadioButton, and CheckedListBox?

When should you use each of the following controls: ListBox, CheckBox, RadioButton, and CheckedListBox?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

ListBox

ListBox is used when the user needs to select a value from a set of many values. They are like the set of Radio buttons except that ListBox is scrollable and can have more items than a list of Radio buttons that are limited because of the screen display area. Also, the number of entries in a ListBox can change during runtime.

CheckBox

CheckBox allows the user to set yes/no or true/false type options. The user can select it or deselect it. When a checkbox is selected it holds the value True, and when it is cleared, it holds the value False. A CheckBox is used when there are lists of options and the user may  select any number of choices, including zero, one etc.

RadioButton

RadioButton is used when there is a list of two or more mutually exclusive options and the user must select only one choice i.e. clicking an un-selected radio button will deselect all other buttons which were previously selected in the list. The user can select exactly one radio button in a group. If you want to place more than one group of radio buttons in the same form, then you should place them in different containers like a GroupBox.

CheckedListBox

CheckedListBox allows the user to select or we can say check multiple items from a list of things. It gives you all the capability of a ListBox and allows you to show a checkmark next to the items that are marked in the ListBox.

Add a comment
Know the answer?
Add Answer to:
When should you use each of the following controls: ListBox, CheckBox, RadioButton, and CheckedListBox?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Should you implement some controls on petty cash? Why? If so, what controls could be used...

    Should you implement some controls on petty cash? Why? If so, what controls could be used for petty cash? Would you use petty cash in your business? Why?

  • Why would you uncheck the ‘Bill Received' checkbox when entering a bill on the 'Enter Bills' Screen?

    Why would you uncheck the ‘Bill Received' checkbox when entering a bill on the 'Enter Bills' Screen? a. To keep inventory up to date when you have received items but have not received the corresponding bill b. When you do not want the bill to be printed c. If there is a discrepancy between the bill received and your expectations d. If you are not planning on paying the bill until closer to its due date e. All of the above

  • Assume you have a form containing a listbox, lstDogs. Write code for the button handler that...

    Assume you have a form containing a listbox, lstDogs. Write code for the button handler that will use an Input Box to ask the user to enter a dog breed such as Cocker Spaniel, Collie, etc. The program should keep asking for dogs until the user hits the Enter key with no input or clicks the "Cancel" button. (This is easier than you might think). Private Sub btnRun_Click(sender As Object, e As EventArgs) Handles btnRun.Click <========= your code goes here...

  • How to use textbox, radio buttons, checkbox, and dropdown list to make up a quiz of...

    How to use textbox, radio buttons, checkbox, and dropdown list to make up a quiz of 20 questions ... How to use textbox, radio buttons, checkbox, and dropdown list to make up a quiz of 20 questions ONLY using JavaScript. No Jquery. When the quiz starts, the questions don't appear all at once, it will display one question at a time with a next button, until the last question with Submit button. Finally, when the quiz is finished, display the...

  • Create an order page with the following criter Five items listed with checkbox. Shipping method listed...

    Create an order page with the following criter Five items listed with checkbox. Shipping method listed with radio buttons. Payment with a combo box. Store location with list box. Billing date with date picker. Must use a table and Fieldset. Capture Customer mailing information I should get to your page by myserver.fcat.edu/order 7. 8.

  • Explain when you should use a species-area curve and when you should use a sampling effort...

    Explain when you should use a species-area curve and when you should use a sampling effort curve.

  • For CSS elements, when you should use class and when you should use id to form...

    For CSS elements, when you should use class and when you should use id to form HTML component. TT T Arial 3 (12pt) TEE 5.02 Path: P Click Submit to complete this assessment

  • nat hazards are associated with the following reagents? What precautions should you use when you working...

    nat hazards are associated with the following reagents? What precautions should you use when you working with these substances? (a) 3 M HNO, (b) 0.1 M AgNO, (c) 6 MNH, 2. What will you observe when you have a positive test for: (a) HCO - (b) PO. 3. Why should you use distilled water to rinse your test tubes between tests? 4. How could you distinguish between a precipitate of AgCl and Agl? 5. What are the common household uses...

  • Lhe ABC Shipping Company charges the Rates listed in the following table: Weight of the package R...

    The ABC Shipping Company charges the Rates listed in the following table: Weight of the package            Rate per mile in California      Rate per mile other states 2 kg or less                                          $2.5                                                     $3.5 Over2 kg but not more than 6 kg        $3.5                                                     $5.0 Over 6 Kg but not more than 10 kg    $4.5                                                     $6.0 Over 10 Kg but not more than 30 Kg $5.0                                                     $7.5 Over 30 kg                                          $6.0                                                     $8.5 Create an application that contains two radio buttons to select California...

  • Explain in what circumstances you should use the Sharpe Ratio and when you should use the...

    Explain in what circumstances you should use the Sharpe Ratio and when you should use the Treynor Ratio to compare mutual funds.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT