Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)

After studying this chapter, you will be able to:

Include multiple forms in an application.

Use a template to create an About box form.

Create a new instance of a form’s class and show the new form.

Use the Show, ShowDialog, and Hide methods to display and hide forms.

Understand the various form events and select the best method for your code.

Declare variables with the correct scope and access level for multiform projects.

Create new properties of a form and pass data values from one form to another.

Create and display a splash screen.

Run your project outside of the IDE.







Programming in Visual C# 2005Online Learning Center

Home > Chapter 6 > Chapter Objectives