Related Reading
Lecture Material, Exercises, and Lab Assignments



Read Chapter 4 - pages 195 - 227
Creating the user interface

Format Menu
----->Using the Format Menu (5 minutes)
Controlling Focus
----->Controlling How Focus Moves Around a Form (5:50 min)
Access Keys
----->Adding Access Keys to a Form (6:30 min)
Adding an image to a form
----->Adding a PictureBox to a Form (2:00 min)

Guidelines for designing the user interface

Objects, Properties & Methods
Clear method
Focus method
Close method
----->Video - Using Methods

More useful properties
AcceptButton property
CancelButton property
----->Video - AcceptButton and CancelButton properties (5:45 min)

Data
ASCII / Unicode and Internal Data Representation
***Self check EXERCISE Data Representation

Types of Data
Constants and Variables
***Self check EXERCISE Valid / Invalid Variable Name

Variable Data Types in Visual Basic
Data Types in other languages
C
COBOL

Declaring variables in Visual Basic
----->Video - Declaring Variables (6:45 minutes)
***Self check EXERCISE Variable Declaration

Declaring variables in other languages
C
COBOL

Assignment Statements
***EXERCISE Correct/Incorrect Assignment Statements

Concatenation
***EXERCISE Concatenation

Continuing Long Lines of Code

----->Video Concatenate and Continuation Operators (10:00 minutes)

Updated Programming Guidelines

***Declaring Variable "Quiz" found in Week 2 Folder on Angel (Due 1/19)
***Debugging Syntax and Run Time Errors found in Week 2 Folder on Angel ((Due 1/21)
***Lab 1(Due 1/23)