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
- Chapter 3 - Dialogs
- Standard Dialogs
- Form Styles
- Data Exchange
- Data Validation
- Implementing Help
- Handling the Help Button and F1: only page 124.
- Using HTML Help: Omit
- Compiled HTML Help: Omit
- Showing Help Content, Index, and Search: Omit
- Chapter 4 - Layout
- Fixed Layout
- Dynamic Layout
- Layout Controls
- Layout Optimization
- Flow Layout: Omit
- TableLayoutPanel: Omit