CSCI 2000B
Spring 1999
Assignment 10
Date: 3/25/99 Due: 4/13/99 20 points
Write, enter, run, debug, and get working a Visual Basic project to solve the following problem:
Forest Survey Project Part 2
a) Take the form created for assignment 9 and add a print option. It can either be a button or a menu selection.
To print directly to the printer use statements like
Printer.Print variables and constants separated by commas and semi-colons
b) Create an opening form with a menu for the entire project. Tie the form done for part a) into
the "Survey" pull-down menu, Option "Enter Data".
The Menu structure should be
General Survey Analyze
About Enter Data Survey
Exit Edit Data Compare Surveys
Print Data
You might want to create a menu for the Enter Survey Data form to take place of the Save, Print
and Exit buttons
Turn in a listing of your code and a 3.5 inch disk containing the project, form, and EXE file (MAKE filename.EXE under FILES). Write your name on the disk and the name of the EXE file. All assignments are due at the beginning of class with late assignments reduced by 10% per day, up to a maximum reduction of 50%.