Purchase Solution

Campsite Application in Visual Basic.NET

Not what you're looking for?

Ask Custom Question

For this assignment, you will create a Visual Basic.NET application to schedule campsites.

The form must have the following objects labeled appropriately:

Start Date (date/time picker)
End Date (date/time picker)
Campsite Type (radio buttons for Basic, Intermediate, Best)
Electric Required? (check box)
Daily Rate (read-only text box, formatted as currency)
Number of Days (read-only text box)
Subtotal (read-only text box, formatted as currency)
Electricity surcharge (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
Site charges
Basic = $25/day
Intermediate = $35/day
Best = $50/day
Daily rate will display the previously mentioned values depending on which site type is selected.
Number of Days will display difference (in days) between the Start and End Dates (hint, use DateDiff function for this calculation).
Subtotal is the site charge multiplied by the daily rate.
Electricity charge is $10 additional per day if selected.
Total is subtotal + electricity charge.
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.

Enclosed is a running example of the program. This is redo. It was done once but it did not function correctly and was missing the code.

Could you also name the completed application ITP400_IP1_Barnes_p.

Attachments
Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

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.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.