Purchase Solution

Movie Rental Calculator

Not what you're looking for?

Ask Custom Question

I need this to be done in Visual Basic. Please see attachment

Create a form with the following objects labeled appropriately:
Rental Date (date/time picker)
Due Date (read-only text box, formatted as Date)
Rental Type (radio buttons for New Release, Older Movie, Oldest, and Boring)
Frequent Renter Club? (check box)
Rental Charge (read-only text box, formatted as currency)
Number of Days (read-only text box)
Frequent Renter Discount (read-only text box, formatted as currency)
Total (read-only text box, formatted as currency)
Calculate button (initiates calculations)
Reset button (sets all fields back to original values)
Exit button with confirmation from the user
Rental charges and number of days allowed
New Release, $3.50, 1 day
Older Movie, $2.50, 3 days
Oldest and Boring, $1.00, 5 days
Rental charge will display above values depending on which type of movie is selected.
Number of Days will display the number of days allowed for the movie depending on the type selected.
Due Date will display the date the movie is due to be returned
Total is rental charge less a 10% discount if the renter is a member of the Frequent Renter Club.
Read-only fields should only be updated when either the calculation or reset button is pressed. Do not use content update event handlers for these updates.
Do not allow the user to resize the form.
Remove minimize, maximize, and close buttons from the title bar.

Attachments
Purchase this Solution

Solution Summary

Movie Rental Calculator application is created in Visual Basic.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.