Agenda 11/7 1. Return Midterm a. explain grading b. go over answers 2. Return lab2 a. review student submissions 3. Introduce Lab4 a. go over instructions b. run lab 4. Introduction to Windows forms a. Setup a windows forms application b. Configure environment c. Toolbox d. Solution explorer e. Properties window 5. Build sample GUI example a. build a simple GUI application in class b. demonstrate forms properties 6. Go over Calc example a. Derivedfrom System.Windows.Forms.Form b. Forms declarations vs. user declarations c. Application.Run(new Form()); d. InitializeComponent e. Windows Events