Note: In case if your problem statement is updated, please donot hesitate us and send it to us at [email protected] We would surely like to help you in this regard.
Program 3
Summary: Create a GUI program that tracks the agency’s employees work history.
Required Program Data: Obtain the required information from “Program 3 Data.txt.” You are allowed to hard code this data into strings so the file read is OPTIONAL!
Important concepts to know before you start:
1. Write down on paper:
a. How the program is intended to work, meaning, the separation of the two functionality areas of the GUI.
2. Combo Boxes: 2 pages of code and examples:
a. http://www.homeandlearn.co.uk/net/nets4p13.html
Requirements:
General:
1. Option Strict is coded in ‘Form1.vb.’
2. Rename ‘Form1.vb’ to FirstName_LastName_P3.vb (for example, ‘John_Smith__P3.vb’).
3. Code must compile without Errors/Warnings
4. Create a Help menu bar item that uses a msgbox to show valued info on program usage, rates and program requirements.
5. Program does not encounter runtime errors that results in a crash or console errors
6. A Msgbox is not used in any way for this program (except for Menu->Help)
7. Code is easy to read, ie general programming practice. UI items and variables are named meaningful. Not just, emp3, ckboxA, Label7, button1, txtbox2 etc.
8. Code is well commented and has technical comments.
Functionality/UI:
9. Form UI closely matches the provided example in Course Files\Program Examples.
10. In the Work History area, single Listbox/textbox/listview is used. Listview is recommended.
11. In the work History area, the clear button clears text area, summary area and drop down.
12. In the Work History area, the supplied Program 3 Data information is formatted for easy reading.
13. In the Work History area, each time a combo box selection is made the History text is cleared and then displays only the currently selected info.
14. In the summary area, user can select employees with checkboxes and info displayed in a label. Only are checkboxes used.
15. In the summary area, if 1 employee is selected the name and average info is properly displayed. The info label is updated in real time (doesn’t require the click of a button to ‘evaluate’).
16. In the summary area, when 1 employee is selected, deselecting the checkbox will clear the displayed info.
17. In the summary area, when >1 employee is selected the more profitable employee name is displayed with the correct average. Text area is updated are in real time and does not require the click of a button to ‘evaluate.’
18. In the summary area, when >1 employee is selected, deselecting checkboxes will display correct info.
File Read Info:
The file read is 100% optional and is not recommended to even think about implemented until you have 100% completed the program. You will not obtain any extra credit for the file read; however, if implemented incorrectly – your grade will be impacted!
The attached file is delimited:
[email protected]@[email protected] Adjusted Total Box Office
* If you have any issues with the payment method, please let us know at [email protected] and that can be discussed and considered.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received through PayPal, download link of the solution will automatically be sent to the address used in Paypal.
* Please check your junk mails as the download link email might go there.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please expect to get a response within 8 hours from our side.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
******************************************** Good Luck ***************************************************
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.
Note: In case if your problem statement is updated, please donot hesitate us and send it to us at [email protected] We would surely like to help you in this regard.