Question
Beginner student: I'm super lost in the project and would appreciate any help. Visual Basic Chapter 5: Lists and Loops 3.Workshop Selector Specifications 1. Recurring
Beginner student: I'm super lost in the project and would appreciate any help.
Visual Basic Chapter 5: Lists and Loops
3.Workshop Selector
Specifications
1. Recurring Specifications that are required for all programs.
-Detail code with comments.
-Code must be grouped and commented in compliance with this courses programming standards.
-All files, forms, and controls Must be renamed.
-Option Strict and Option Explicit must be ON
-An AcceptButton and A cancelButton must be assigned appropriately.
-All controls on the form must be in logical TabOrder.
-All button must have Accesskeys.
-Forms StartPolistion Property must be CenterScreen.
-Values from the input fields Must be assigned to variables and the variables used in calculations.
-The text property of labels must be changed so that Label1 (or similar name) does not appear at runtime.
-No class level variables unless specifically allowed.
-Data types for variables and constants must be the most efficient.
2.The two List Boxes for the Workshop selections and location choices must e populated with the values supplied in the question.
3.A list Box will be used to display the list of costs. Cost is to be formatted as currency values.
4.The Total Cost for all workshops should also be displayed as a currency value.
5.The total Button should be disabled when the project starts. it will only be enabled when a cost entry is added to the Costs List Box.
6.Display error messages using separate Message Boxes if the user does not select a workshop or location. Unless the workshop and location are selected, do not calculate charges and add values to the Costs List Box( So no blank entries or 0's should be added to the List Box if either or both selections are not made).Once an entry is made to the Cost List Box, Then the Total Cost button should be enabled.
7.In the code to calculate the Total Cost make sure you have error checking to ensure that there are entries in the Costs List Box. Use the entries in the List Box to calculate the Total Cost.
8.Create Four buttons: Add Workshop, Calculate Total, Reset and Exit. Write appropriate code for each button. After the appropriate controls are cleared, the Total Button should be disabled and focus will return to the first List Box.
9.Use one Tooltip Control for all of the controls. The items that must have tooltips are all of the List Boxes and Buttons
The application should allow the user to select a workshop from one list box and a location from another list box. When the user clicks the Add Workshop button, the application should add the total cost of the selected workshop at the selected location in the third list box. When the user clicks the Calculate Total button. the total cost of all the selected workshops should be calculated and displayed on the label. The Reset button should deselect the workshop and location from the first two list boxes, clear the third list box, and clear the total cost label.
The training company conducts its workshops in the sex locations. The table shows the lodging fees per day at each location.
Location and fees per day
Austin $95
Chicago $125
Dallas $110
Orlando $100
Phoenix $92
Raleigh $90
When a customer registers for a workshop, he or she must pay the registration fee plus the lodging fees for the selected locations. For example, Here are the charges to attend the Supervision Skills workshop in Orlando:
Registration: $995
Lodging: $100 x 3 days = $300
Total: $1,295
Example form
follows: 02 Workshop Selector by Pat Programmer Pick a Workshop Pick a Location List of Costs Handling Stress Time Management Supervision Skills Negotiation How to Interview Austin Chicago Dallas Olando Phoenix Raleigh $995.00 $970.00 Total Cost: S1,965.00 Add WorkshopCalculate TotalReset Egt gnment Submission follows: 02 Workshop Selector by Pat Programmer Pick a Workshop Pick a Location List of Costs Handling Stress Time Management Supervision Skills Negotiation How to Interview Austin Chicago Dallas Olando Phoenix Raleigh $995.00 $970.00 Total Cost: S1,965.00 Add WorkshopCalculate TotalReset Egt gnment SubmissionStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started