Review Topics for the Midterm
Class Page Links
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 (Config file)
-
Resources (Embedding)
-
Dialogs
-
Chapter 2 - Forms
-
Showing Forms
-
Form Lifetime
-
Form Size and Location
-
Form Adornments
-
Form Transparency
-
Form Menus
-
Child Controls
-
Exclude: Hosting COM Controls
-
Layout
-
Visual Inheritance
-
Chapter 3 - Dialogs
-
Standard Dialogs
-
Styles
-
Data Exchange
-
Data Validation
-
Implementing Help
-
Exclude: Compiled HTML Help
-
Chapter 4 - Drawing Basics
-
Drawing to the Screen
-
Colors
-
Brushes
-
Pens
-
Exclude: Line Caps, Dashes, Alignments, Joins
-
Paths
-
Chapter 5 - Drawing Text
-
Fonts
-
Strings
-
Exclude: Digit Substitution
-
Antialiasing
-
Chapter 6 - Advanced Drawing
-
Page Units
-
Transforms
-
Exclude: Path Transformations
-
Regions
-
Exclude: Region Combination Operations
-
Optimized Drawing