Exam 98-362: Windows Development Fundamentals/Creating Windows Forms Applications
This lesson covers Creating Windows Forms Applications. It looks at events, Windows Forms inheritance, controls, user input, and debugging.
Activity 1 - Create and Handle Events
editThis objective may include but is not limited to: methods for creating events in an application; handling events raised in an application.
- Read Creating a User Interface.
- Read Events Overview.
- Read How to: Create Event Handlers at Run Time for Windows Forms.
- Read How to programmatically add controls to Windows forms at run time by using Visual C#.
- Read How to programmatically add controls to Windows Forms at run time by using Visual Basic.
Activity 2 - Understand Windows Forms Inheritance
editThis objective may include but is not limited to: implementing forms inheritance in applications for visual inheritance.
Activity 3 - Understand How to Create New Controls and Extend Existing Controls
editThis objective may include but is not limited to: creating a new GUI control or inheriting functionality from an existing control.
Activity 4 - Validate and Implement User Input
editThis objective may include but is not limited to: implementing the correct user input model based on application design and requirements; accepting keyboard and mouse input; validating user input through GUI controls such as text boxes and dialog controls.
Activity 5 - Debug a Windows-based Application
editThis objective may include but is not limited to: using breakpoints and debugging techniques to identify issues in code; debugging a Windows Services application.