Visual Basic Assignment - 2

Your Visual Basic Assignment is to Re-create and Modify the Venus Motors System described in your Course Technology Visual Basic Book.

You will be re-creating five screens:

1. Title Screen which displays company name & Rocket Icon

2. A Customer Screen which requests information on customer name, address, city, state, & zip

code

3. A Notes Screen which either prints a thank you for buying or a thank you for visiting letter

4. A Payment Screen which calculates an annual monthly car payment given a principle, interest

rate & term

5. A Quote Screen, which calculates a price based on car model, standard or deluxe dealer

package, sales tax, and trade-in value of the customer's previous car.

During Class, we will be going through how to make each form. follow your textbook.

The class exercises will closely

Once you have successfully re-created the Venus system, Make the following changes:

1. Title Screen which displays company name & Rocket Icon. Change the Form Caption to "Your Last Name Motors" Change Label 1 to "Your First Name, Your Last Name Motors" Change the icon to a car Shrink the icon so it is recognizable.

2. A Customer Screen which requests information on customer name, address, city, state, & zip code Change the Form Caption to "Your Name's Customer" Change the default state to "MO" for Missouri

3. A Notes Screen which either prints a thank you for buying or a thank you for visiting letter Change the Form Caption to "Note to Your Name's Customer" Change the Label to "Your Name Motors" Change the Address to your address (you can create a fake one) Change the Next Note so it says your company name (not Venus Motors)

4. A Payment Screen which calculates an annual monthly car payment given a principle, interest rate & term Allow for a 6 year loan

5. A Quote Screen which calculates a price based on car model, standard or deluxe dealer package, sales tax, and trade-in value of the customer's previous car. Change the price of the Star XL to S11,000 Up the Deluxe package price by $1,000 Up the sales tax to 7.5%

The Entire project should be called T4VENUS.MAK, with 5 forms:

T4T1TLE.FFM

T4QUOTE.PRM

T4NOTES.FRM

T4PAY.FRM

T4CUST.FRM

Save your project and forms under the specified name.