Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)


Lists, Loops, and Printing

Upon completion of this chapter, your students will be able to
1. Create and use list boxes and combo boxes.
2. Differentiate among the available types of combo boxes.
3. Enter items into list boxes using the Items collection in the Properties window.
4. Add and remove items in a list at run time.
5. Determine which item in a list is selected.
6. Use the Items.Count property to determine the number of items in a list.
7. Display a selected item from a list.
8. Use Do/Loops and For/Next statements to iterate through a loop.
9. Terminate a loop with the Exit statement.
10. Skip to the next iteration of a loop by using the Continue statement.
11. Send information to the printer or the Print Preview window using the PrintDocument class.







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 7 > Chapter Objectives