Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)

After studying this chapter, you will be able to:

Create and use list boxes and combo boxes.

Differentiate among the available types of combo boxes.

Enter items into list boxes using the Items collection in the Properties window.

Add and remove items in a list at run time.

Determine which item in a list is selected.

Use the Items.Count property to determine the number of items in a list.

Display a selected item from a list.

Use do, while, and for loops to execute a series of statements.

Skip to the next iteration of a loop by using the Continue statement.

Send information to the printer or the Print Preview window using the PrintDocument class.







Programming in Visual C# 2005Online Learning Center

Home > Chapter 7 > Chapter Objectives