Create the gui and button functions


Assignment:

Create the GUI and button functions, but I am having issues creating a program that allows users to ingest Mission Title and Adjusted Total Box Office Profit data from text files into two 1D arrays. Please also include some release notes to show when you were creating objects or functions. Any help is appreciated.

Obtain the required information from attached "title.txt" and "boxoffice.txt" files.

1. Create a form that has a text area that will hold Mission Title and Adjusted Total Box Office Profit data.

2. Create 2 buttons that allows users to sort the arrays by "Title" from A-Z or "Adjusted total box office" contents from low to high (0-9).

3. Create a "Load" button that populates the two 1D arrays with all of the information and displays onto the text area as read by the text file.

4. The load button must populate the arrays by ingesting two provided text files. Ensure the arrays are large enough to hold future data (>50 elements).

5. Use the two provided text files and ingest them by using the File Browser. Do not hard code any location.

6. Create a single text area to display the two array information in a combined manner.

7. When a user clicks 'Load' the program ingests the two files and displays the info into a single text area.

8. Create a clear button that clears the arrays and also the text area.

9. DO NOT hard code file data or expected information. Meaning, do not HARD CODE data into the array or file locations.

10. If a user already clicked 'Load' and they click 'Load' again, clear all existing data. Ingest the two files and update the display.

11. When there are >= 3 entries in the array, display on a label the top 1/3rd adjusted total box office mission titles listed from high to low.

12. Do not hard code the top/summary data. The data used in the top calculation shall be used from the arrays.

13. Ensure to provide instruction to the user of how to use the program. Create a menu bar item which contains a "help" function.

14. Ensure that sorting the arrays does not corrupt the relationship between the two arrays. You can perform the sort with one line of code.

15. You should be able to sort A-Z, Z-A, 0-9 and also 9-0 while still retaining the correct relationships.425488741
555909803
868659354
966435555
720388023
513445231
617520987
785677477
426826774
666367656
624527272
481005579
405873493
316186616
362876056
271586451
499954330
465588535
504705882
546490272
640803677
586090727

Dr. No
From Russia with Love
Goldfinger
Thunderball
You Only Live Twice
On Her Majesty's Secret Service
Diamonds Are Forever
Live and Let Die
The Man with the Golden Gun
The Spy Who Loved Me
Moonraker
For Your Eyes Only
Octopussy
A View to a Kill
The Living Daylights
Licence to Kill
GoldenEye
Tomorrow Never Dies
The World Is Not Enough
Die Another Day
Casino Royale
Quantum of Solace

Solution Preview :

Prepared by a verified Expert
Visual Basic Programming: Create the gui and button functions
Reference No:- TGS01938636

Now Priced at $25 (50% Discount)

Recommended (94%)

Rated (4.6/5)