ASSIGN3 Assignment #3 10 Points

CISB 119

Objectives: This assignment provides you with experience using text boxes, labels, images, controlling focus, lines, the Printform method, access keys, and the visible property.

Problem: You have been hired by the public library to develop a Windows application to assist the staff in calculating the rental fees on videos. They want a program that is easy to use, attractive to look at, and will print a bill for each customer.

Program: You are to create a Visual Basic project consisting of a single form that will do the following:

1) Allow the user to enter the customer's first and last name.

2) Allow the user to enter the number of videos of each type that the customer is renting.

3) Calculate the rental fee based on:

$1.00 for each regular video

$0.50 for each children's video

4) Print the information from the form.

5) Clear the text boxes so the user can easily enter the information for the next customer.

Special

Considerations: 1) When you print the form the command buttons should not be printed.

2) All fields should be clearly labeled.

3) When you clear the text fields the insertion point should automatically position to the first name text box.

4) Display a book image on the form (BOOKS01.ICO).

5) Create access keys for all command buttons and text boxes.

 

Turn In: 1) TOE chart.

2) Screen Layout (sketch on paper).

3) Print outs of form (with data) and code.

You can get the BOOKS01.ICO file from the campus network in R:\Courses\Cisb119\Lab_Disk\Ver6.

You may run the completed project by executing the compiled program located on the LCC network in R:\Courses\Cisb119\Solutions\Ver6.

Extra Challenge: Format the Total Rental Fee box for currency.

Make your programs icon BOOKS01.ICO.

Hosted by www.Geocities.ws

1