Bring to Midterm: Textbook. The exam is open book and open notes. Bring a calculator if you wish, but you probably won't need it.
Read in the Textbook:
Graphics: Methods(DrawEllipse, DrawLine, DrawRectangle, FillEllipse, FillRectangle).
Math: Shared Methods(Abs, Ceiling, Floor, Sqrt)
SolidBrush: Pass in color to constructor.
Pen: Pass in color or color and line width to constructor.
Random: Methods(Next, NextDouble).
StreamReader: Methods(Close, Peek, ReadLine)
StreamWriter: Methods(Close, Write, WriteLine)
TextBox Event: TextChanged.
ListBox and ComboBox Event: SelectedIndexChanged.
TrackBar Event: Scroll.
PictureBox Events: MouseDown, MouseMove, MouseOver, MouseEnter, MouseLeave, Paint.
Form Events: Load, Activated, Deactivate, Close, Closed.