Review Topics for Exam 1
Class Page Links
C# Syntax
- Be able to write C# code examples.
Text: Windows Forms Programming in C#
- Chapter 1 - Hello, Windows Forms
- Windows Forms from Scratch
- Windows Forms in Visual Studio .NET
- Arranging Controls
- Controls (Control Library)
- Application Settings
- Resources
- Dialogs
- Chapter 2 - Forms
- Showing Forms
- Form Lifetime
- Form Notification
- Form Size and Location
- Form Transparency
- Form and Context Menus
- Tool Strips
- Status Strips
- MDI Applications
- Chapter 3 - Dialogs
- Standard Dialogs
- Form Styles
- Data Exchange
- Data Validation
- Implementing Help
- Tool Tips
- Using ErrorProvider for General Information
- Handling the Help Button and F1: only page 124.
- Using the HelpProvider Component
- Chapter 4 - Layout
- Fixed Layout
- Dynamic Layout. All sections, except
- Docking with Tool Strip Controls
- Automatic Resizing
- Automatic Scaling
- Layout Controls. All sections, except
- Layout Optimization