Documenting Assignments

How to Document Assignments

Form Heading

Each form in your project should start with the following comment block to receive full credit:

'Project: Assignment Title 
'Author: Anthony DePinto 
'Date: Fall 2013 
'Description: Description of the form being created 
'

Variable Names

All variables should use Pascal casing. The start of each word should be capitalized. Each control should be postfixed with the type of control in use.

MessageLabel

NameTextBox

LogoPictureBox

RedRadioButton