Purchase Solution

Create a Visual Basic.net application to schedule campsites.

Not what you're looking for?

Ask Custom Question

Create a form with 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.

sample form attached

Attachments
Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

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

Basic Networking Questions

This quiz consists of some basic networking questions.

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.

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.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.