Computer Science (CSC) 204
 Advanced
Visual Basic Programming


Documentation

Documentation is required on all assignments. 

Include at least the following:

‘Project:
‘Programmer:
‘Date:
‘Purpose                                  Identify what the entire program will accomplish
                                               (Include problem number if from text)
‘Folder:

Declare variables using Dim statements at the beginning of

each event procedure (except for global and module level variables). 

To the right of a Dim statement include a comment explaining what the variable is used for. 

For example:

Dim intTotal As Integer       ‘intTotal is the number of part time and full time employees

Include comments in your event procedures to explain the logic.


MacMurray College Homepage

Department of Computer Science Homepage

Kent Palmer Homepage  
e-mail instructor

Revised: January 19, 2004 .