Project Requirements

Up

Please attach this list (or similar list) to your project.  Your project must include:

(1) ALL images and code, including code modules, in order of use (ie splash screen
     first, then the next form called, and so on.  Include the code modules last). 
(2) LABEL ALL pages and images (if more than one image on a page)
(3) A "checked" Requirements list for your project
(4) Printable version that can be copied to a CD so make sure all pictures, etc are
     included within your VB folder

Required Elements (See me if any of these do not work with your project)

ALL input from controls must be assigned to a variable if they are used for input/output and/or
calculations.

Forms (2)

At least 5 different types of controls (textbox, label box, button, etc)

Graphical Image/Picture Box (1)

At least 1 message Box and 1 Input box

Option Button control OR Check Box control

List Box OR Combo Box

‫       ‫Proper Layout and Grammar, including use of Tab Indexes, Access Keys, and Setting the Focus

Selection Structure (If..Then..Else or Case Statement

 

Repetition Loop (Do While, Do Until or For Next) with either a Counter and/or an Accumulator

Project must put on a RW CD that contains all images, datafiles, etc.  Must be readable from any lab computer

Elective Elements (at least 8 from the list)

Left and Top properties or Center form Property

Group box control

Border Style

BackColor and ForeColor style

Hiding & displaying either Image or Controls

Different Font and/or Font size

Locking controls on the form

Use of Convert to ____ ( ) function

Use of Format_______( ) function

Setting MinButton, MaxButton, Control Box

Use of Variables & Math Calcualtions

Logical Operators (And, Or, Not)

ToUpper OR ToLower Function

TooTips

Nested selection structure or selection structure within repetition structure

SelStart and SelLength

Timer

Enable and Disable Properties

Code Module, sub procedure, or function

Databases

Variable Array and/or 2-D Variable Array

OTHER (something not on the list):