Review Topics for the Midterm
Class Page Links
C# Syntax
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)
-
Resources
-
Dialogs
-
Chapter 2 - Forms
-
Showing Forms
-
Form Lifetime
-
Form Notification
-
Form Size and Location
-
Form Adornments
-
Form Transparency
-
Form and Context Menus
-
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
-
Using the HelpProvider Component
-
Chapter 4 - Layout
-
Fixed Layout
-
Exclude: Layout Mode, Padding, Margins, Calculating SnapLines
-
Dynamic Layout
-
Anchoring
-
Docking
-
Docking and Z-Order
-
Layout Controls
-
Layout Optimization
-
Chapter 5 - Drawing Basics
-
Drawing to the Screen
-
Colors
-
Brushes
-
Pens
-
Shapes
-
Paths
-
Images
-
Exclude: Recoloring
-
Exclude: Animation
-
Exclude: Screen Copying
-
Chapter 14 - Applications
-
Applications
-
Application Lifetime
-
Application Context