McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Intro to VB.NET
Projects
Comprehensive Projects
Chapter Objectives
PowerPoint Presentations
Multiple Choice Quiz
True or False
Examples from the Text
Feedback
Help Center


Learning Programming Using Visual Basic.Net
Bill Burrows, University of Washington
Joe Lanford, University of Rochester

Specifying Alternative Courses of Action: Selection Statements

Chapter Objectives

After studying this chapter you should be able to
  • Construct programs that select alternative actions using the If…Then…Else and Select Case statements.
  • Compare the Select Case statement with the If…Then…Else statement and describe situations for which each is appropriate.
  • Create GUIs using the MsgBox function and three new controls-RadioButton, GroupBox, and CheckBox-that present a set of options to the user and allow the user to input choices.




McGraw-Hill/Irwin