Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

INSTRUCTIONS 1 . Form Setup a . You must save your project using your initials in the name * * This is required and the

INSTRUCTIONS
1. Form Setup
a. You must save your project using your initials in the name** This is required and the project will not be accepted otherwise.
b. Design your screen to look like the one below.
c. Update the backcolor to the color of your choice.
d. Use appropriate naming conventions for controls and variables.
i. Txt for textbox
ii. Lbl for label
iii. Frm for form
iv. Lst for listbox
e. Tab Control must flow in order from number of hours, lstmissions, Hours, Close.
f. All buttons have access keys
g. Lock the controls on your form.
h. Labels must be centered, have a border, and 16 pt font.
i. The list box to display the donations must be cleared before written to.
j. The amounts will be stored in labels with borders.
2. Code
a. Create a comment section at the beginning of the code with the name of the assignment, purpose of the assignment, and your name. Comments must be throughout each sub of the application.
b. Create a comment section after your name to include the following statement: I will not use code that was never covered in class or in our textbook. If you do you must be able to explain your code when asked by the professor. Using code outside of the resources provided, it can be flagged and reported as an academic integrity violation if there is any suspicion of copying/cheating.** This is required for the assignment to be accepted.
c. Remove any subs that are not utilized by the program
d. A string array will be created to hold the 4 types of mission entry points.
3. Form Load
a. Clear the donation listbox
b. Load the mission list array into the listbox
c. Display the current Date for the donations
d. Display your name
4. Add Donation Button
a. The information that was entered should be checked to make sure there are values entered. If the user entry contains null values, the user should be so advised, and the user should be directed to the text box that contains the error. Make sure your error messages are meaningful.
b. A static one-dimensional array to hold 4 values is created to hold the number of hours.
c. Add the number of hours value into the array in the appropriate place holder based on the selected index
d. Display all hour totals in the corresponding labels
e. Utilize an input box to get the name from the user.
f. Call a function to return back just the last name
g. Display the name and the amount donated in the listbox which displays a running total of the amounts entered.
h. After the display, clear the selected index of the donation listbox, and amount text box.
i. Make sure all spacing is accurate
5. Proper Order Function
a. Receives the name
b. Uses the substring method to parse out the last name
c. Returns the last name
6. Close Button
a. The application quits when the button is pressed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions