|
This course provides an overview of Windows forms and controls.
Objectives:
After completing this course, students will be able to:
- Create a form and edit its properties within the form's code and using the Properties window
- Differentiate the two types of event handling (overriding protected methods and attaching delegates)
- Describe the use of the Draw and Fill methods
- Utilize the z-order to properly sort overlapping controls
- Configure the TabIndex and TabStop values in order to determine the order in which controls will gain focus
- Explain how to add controls to container objects using the Forms Designer and through programmatic code
Topics:
- The .NET development environment
- Windows Form Designer
- Using classes
- Event handling
- The System.Drawing namespace
- Control properties
- Common form controls
- Dialog boxes, menus, and display bars
- Adding controls
|